Fwd: Openssl on iOS

2013-05-06 Thread khushboo goel
Hi I am following your document of OpenSSL http://testhub.opensslfoundation.com/osf/testing/validation-2.0/platforms/ios/TestingInstructions-iOS.pdf and it mentions that test verctor should be found at : • the file TV­ios.tar.gz from http://opensslfoundation.com/testing/validation­2.0/testvectors

Encoding arbitrary AKI value.

2013-05-06 Thread Patrick Patterson
Hi all, I just want to check and make sure that I'm doing this right: The situation is that I want to encode an arbitrary AKI value into a certificate for test purposes. If I understand everything correctly, the following should work: [ user_with_bad_aki ] authorityKeyIdentifier = @bad_aki [

dmalloc of PKCS7_verify()

2013-05-06 Thread Alexander.Elgert
Hi, I am using dmalloc and "#define LEVITTE" to clean up my C code. It reveals, that PKCS7_verify() allocates a lot of memory chunks, which are not freed: I tracked it down to the two functions -> X509_STORE_CTX_set_default() -> X509_verify_cert() All the variables are freed, so it is a leakage

TLS extensions

2013-05-06 Thread Daniel W
Hello everyone, i want to use TLS extensions. In fact the two extensions trusted_ca_key and status_request. Could someone explain me how this works on a little example or lead me to a tutorial or good documentation?  Was not able to find something. I would really appreciate some help. Best reg