- 26 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Extend the X509_PURPOSE structure to include shortnames for purposed and default trust ids. Still need some extendable trust checking code and integration with the SSL and S/MIME code.
-
- 24 11月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
at present. However nothing enables it yet so this doesn't matter :-)
-
由 Dr. Stephen Henson 提交于
Fix so EVP_PKEY_rset_*() check return codes.
-
- 22 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
New universal public key format. Fix CRL+cert load problem in by_file.c Make verify report errors when loading files or dirs
-
- 19 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 11月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Bodo Möller 提交于
-
- 16 11月, 1999 4 次提交
-
-
由 Dr. Stephen Henson 提交于
Remove rc4-64 from ciphers since it doesn't exist...
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Mark J. Cox 提交于
Previously, the returned SSL_SESSION didn't have its reference count incremented so the SSL_SESSION could be freed at any time causing seg-faults if the pointer was subsequently used. Code that uses SSL_get_session must now make a corresponding SSL_SESSION_free() call when it is done to avoid memory leaks (or blocked up session caches). Submitted By: Geoff Thorpe <geoff@eu.c2.net>
-
- 15 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix to stop null being added to attributes. Modify X509_LOOKUP, X509_INFO to handle auxiliary info.
-
- 14 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
add documentation for 'enc'.
-
- 12 11月, 1999 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
Merge some common functionality in the apps, delete the encryption option in the pkcs7 utility (they never did anything) and add a couple more options to pkcs7.
-
由 Dr. Stephen Henson 提交于
pages.
-
- 10 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
of the openssl utility commands...
-
- 08 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
plain not working :-( Also fix some memory leaks in the new X509_NAME code. Fix so new app_rand code doesn't crash 'x509' and move #include so it compiles under Win32.
-
- 04 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
certificate: currently this includes trust settings and a "friendly name".
-
- 03 11月, 1999 1 次提交
-
-
由 Mark J. Cox 提交于
problem was that one of the replacement routines had not been working since SSLeay releases. For now the offending routine has been replaced with non-optimised assembler. Even so, this now gives around 95% performance improvement for 1024 bit RSA signs.
-
- 29 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 10月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Add a bunch of functions to simplify the creation of X509_NAME structures. Change the X509_NAME_entry_add stuff in req/ca so it no longer uses X509_NAME_entry_count(): passing -1 has the same effect.
-
由 Bodo Möller 提交于
don't try to detect fork()s by looking at getpid(). The reason is that threads sharing the same memory can have different PIDs; it's inefficient to run RAND_seed each time a different thread calls RAND_bytes.
-
- 26 10月, 1999 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
some utilities that should have used RANDFILE did not, and -rand handling was broken except in genrsa.
-
- 21 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
this will be used to clear up the horrible DN mess.
-
- 20 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
tolerated in certificates.
-
- 13 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
ultimately lead to certificate chain verification. It is VERY EXPERIMENTAL at present though.
-
- 11 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix a bug in the X509_get_d2i() functions which didn't check if crit was NULL.
-
- 09 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 10月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
platforms. See crypto/rc4/rc4_enc.c for further details.
-
- 05 10月, 1999 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
explicitly. Previously it couldn't be changed because it was hard coded as "server.pem".
-
由 Dr. Stephen Henson 提交于
new DSA public key functions that were missing. Also beginning of a cache for X509_EXTENSION structures: this will allow them to be accessed more quickly for things like certificate chain verification...
-
- 04 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed message contains no certificates. Also fix typo in RANLIB changes.
-
- 02 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 25 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 21 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-