Re: [9fans] How do I get a CSR CA's like?

2015-05-27 Thread cinap_lenrek
just fixed another problem in the code. verify_signature() did not
check the digest length!

http://plan9front.googlecode.com/hg-history/8b005ad9d48998e30c4715383c8bc53fae0eccb1/sys/src/libsec/port/x509.c
http://code.google.com/p/plan9front/source/detail?r=8b005ad9d48998e30c4715383c8bc53fae0eccb1

--
cinap



Re: [9fans] Ports tree for Plan 9

2015-05-27 Thread cinap_lenrek
 A potential bug in APE sys/wait.h : the header does not make sure that pid_t 
 has been defined.
 Compiling sbase on Plan9/APE ended up in situations where there were lots of 
 compilation faliures simply because sys/wait.h was included without 
 sys/types.h being included before.

fixed.

--
cinap