OpenSSL infrastructure changes

2013-01-06 Thread Ben Laurie
The sharp-eyed will have already noticed we're moving to git. Well, it looks like that's actually happened now. We're also shifting pretty much everything to new infrastructure. So, there may be outages, unexpected changes and general weirdness for a little while. We'll let you know when we're d

Re: Trusting intermediate and leaf certificates

2013-01-06 Thread Dr. Stephen Henson
On Wed, Oct 24, 2012, Jordan Brown wrote: > If I have > RootCA -> IntermediateCA -> ServerCert > current OpenSSL will only support trusting RootCA, not trusting > IntermediateCA or ServerCert. > > I see in > http://old.nabble.com/Verify-intermediate-certificate-td33129488.html > that there's

Memory overrides doesn't work correctly

2013-01-06 Thread Serhiy Ivanov
Have next memory overrides: #include #include #include #include #include #include static FILE * FBacktrLog, *FAll, *FDeall; static size_t all_allocated; /* sample addresswise statistics:*/ static void ReportAlloc(FILE *f, const void *p) { fprintf(f, "%p\n", p); } static void LogBackTra

config file problem - optional variables are hard required :-(

2013-01-06 Thread kapetr
Hello, I'm not able to generate TSA reply, while the command ends with con fig file errors. 1. attempt config file (name = "tsa.cnf": - HOME= . RANDFILE = ./.rnd [ tsa ] serial = TSA.serial signer_cert = TSA_cert.p

Re: Trusting intermediate and leaf certificates

2013-01-06 Thread JordanBrown
Any comments on this? -- View this message in context: http://openssl.6102.n7.nabble.com/Trusting-intermediate-and-leaf-certificates-tp19519p43008.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL

Fwd: Memory overrides doesn't work correctly

2013-01-06 Thread Serhiy Ivanov
-- Forwarded message -- From: Serhiy Ivanov Date: Sun, Jan 6, 2013 at 1:33 PM Subject: Memory overrides doesn't work correctly To: openssl-users@openssl.org Have next memory overrides: #include #include #include #include #include #include static FILE * FBacktrLog, *FAll,

Re: how to display utf8 chars in command x509

2013-01-06 Thread Dr. Stephen Henson
On Sun, Jan 06, 2013, ?? wrote: > i use the following command to display a certficate > x509 -in cert.der -text -noout -nameopt multiline > > this certificate includes dn with utf8 string(chinsese) > but the dn is display as > > Subject: > countryName = CN > stateOrPro

how to display utf8 chars in command x509

2013-01-06 Thread 李白
i use the following command to display a certficate x509 -in cert.der -text -noout -nameopt multiline this certificate includes dn with utf8 string(chinsese) but the dn is display as Subject: countryName = CN stateOrProvinceName = \U5E7F\U4E1C\U7701 localityName