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
TVios.tar.gz
from http://opensslfoundation.com/testing/validation2.0/testvectors
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
[
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
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