- Dec 17, 1999
-
-
Richard Levitte authored
-
- Dec 16, 1999
-
-
Richard Levitte authored
-
Ulf Möller authored
-
- Dec 15, 1999
-
-
Dr. Stephen Henson authored
again.
-
Dr. Stephen Henson authored
encrypted mail. Also update the smime docs.
-
- Dec 14, 1999
-
-
Ulf Möller authored
(bug reports keep coming in because that was still missing in 0.9.4)
-
Dr. Stephen Henson authored
and not excluding parameters with DSA keys.
-
- Dec 13, 1999
-
-
Dr. Stephen Henson authored
Fix a typo in a_enum.c.
-
- Dec 11, 1999
-
-
Dr. Stephen Henson authored
-
- Dec 10, 1999
-
-
Dr. Stephen Henson authored
Also fix a memory leak in PKCS#7 routines.
-
- Dec 09, 1999
-
-
Dr. Stephen Henson authored
Fix the usage message of smime utility and sanitise the return codes. Add some documentation.
-
- Dec 08, 1999
-
-
Ulf Möller authored
-
Bodo Möller authored
in the apps/ directory (which were recently changed).
-
Dr. Stephen Henson authored
-
- Dec 07, 1999
-
-
Dr. Stephen Henson authored
to a file if we are verifying.
-
- Dec 05, 1999
-
-
Dr. Stephen Henson authored
-
- Dec 04, 1999
-
-
Ulf Möller authored
-
Ulf Möller authored
-
- Dec 03, 1999
-
-
Ulf Möller authored
library. See: http://www.CORE-SDI.COM/english/ssh/index.html Submitted by: Reviewed by: PR:
-
Bodo Möller authored
-
Bodo Möller authored
Never use des_set_key (it depends on the global variable des_check_key), but usually des_set_key_unchecked. Only destest.c bothered to look at the return values of des_set_key, but it did not set des_check_key -- if it had done so, most checks would have failed because of wrong parity and because of weak keys.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
new purpose getting function. Update the ca-cert.pem and pca-cert.pem "CA" certificates so they really are CA certificate: that is they have the appropriate extensions.
-
- Dec 02, 1999
-
-
Dr. Stephen Henson authored
either and has a static and dynamic mix.
-
- Dec 01, 1999
-
-
Dr. Stephen Henson authored
-
- Nov 30, 1999
-
-
Ben Laurie authored
-
Dr. Stephen Henson authored
in the x509 utility.
-
Dr. Stephen Henson authored
-
- Nov 29, 1999
-
-
Dr. Stephen Henson authored
SSL_CTX and SSL, functions to set them and defaults if no values set.
-
Dr. Stephen Henson authored
yet. Add a function X509_STORE_CTX_purpose_inherit() which implements the logic of "inheriting" purpose and trust from a parent structure and using a default: this will be used in the SSL code and possibly future S/MIME. Partial documentation of the 'verify' utility. Still need to document how all the extension checking works and the various error messages.
-
- Nov 27, 1999
-
-
Dr. Stephen Henson authored
trust settings of the root CA. After a few fixes it seems to work OK. Still need to add support to SSL and S/MIME code though.
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
in a table. Doesn't do too much yet. Make the -<digestname> options in 'x509' affect all relevant options. Change the name of the 'notrust' options to 'reject' as this causes less confusion and is a better description of the effect. A few constification changes.
-
- Nov 26, 1999
-
-
Dr. Stephen Henson authored
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.
-
- Nov 24, 1999
-
-
Dr. Stephen Henson authored
at present. However nothing enables it yet so this doesn't matter :-)
-
- Nov 23, 1999
-
-
Dr. Stephen Henson authored
Fix so EVP_PKEY_rset_*() check return codes.
-
- Nov 21, 1999
-
-
Dr. Stephen Henson authored
New universal public key format. Fix CRL+cert load problem in by_file.c Make verify report errors when loading files or dirs
-
- Nov 19, 1999
-
-
Dr. Stephen Henson authored
-
- Nov 18, 1999
-
-
Ben Laurie authored
-