- Apr 16, 1999
-
-
Dr. Stephen Henson authored
add various X509V3_CTX helper functions and support for LHASH as the config database.
-
- Apr 15, 1999
-
-
Dr. Stephen Henson authored
when they cause the destination to expand. To see how evil this is try this: #include <pem.h> main() { BIGNUM *bn = NULL; int i; bn = BN_new(); BN_hex2bn(&bn, "FFFFFFFF"); BN_add_word(bn, 1); printf("Value %s\n", BN_bn2hex(bn)); } This would typically fail before the patch. It also screws up if you comment out the BN_hex2bn line above or in any situation where BN_add_word() causes the number of BN_ULONGs in the result to change (try doubling the number of FFs).
-
- Apr 14, 1999
-
-
Dr. Stephen Henson authored
generator to typesafe stacks.
-
Ben Laurie authored
-
- Apr 13, 1999
-
-
Dr. Stephen Henson authored
files associated with them. This stuff is all obsoleted by the new X509V3 code.
-
Ulf Möller authored
-
- Apr 12, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Ben Laurie authored
-
Ralf S. Engelschall authored
specified in <certfile> by updating the entry in the index.txt file. This way one no longer has to edit the index.txt file manually for revoking a certificate. The -revoke option does the gory details now. Submitted by: Massimiliano Pala <madwolf@openca.org> Cleaned up and integrated by: Ralf S. Engelschall
-
Ralf S. Engelschall authored
option at all and this way the `-noout -text' combination was inconsistent in `openssl crl' with the friends in `openssl x509|rsa|dsa'.
-
Ralf S. Engelschall authored
X509_V_ERR_CERT_REVOKED/23 error number which can occur when a verify callback function determined that a certificate was revoked.
-
- Apr 11, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
- Apr 09, 1999
-
-
Bodo Möller authored
have checked SSL_pending() first. Submitted by: Reviewed by: PR:
-
Ulf Möller authored
-
- Apr 08, 1999
-
-
Dr. Stephen Henson authored
-
- Apr 01, 1999
-
-
Ulf Möller authored
-
- Mar 31, 1999
-
-
Ulf Möller authored
-
Bodo Möller authored
Slight cleanup in ssl/
-
- Mar 29, 1999
-
-
Dr. Stephen Henson authored
integration.
-
- Mar 28, 1999
-
-
Dr. Stephen Henson authored
them to the build environment.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
objects to objects.h NOTE: during this integration it will not be possible to compile my PKCS#12 program against OpenSSL because there will be conflicts between the external functionality and that being added to the core code.
-
- Mar 27, 1999
-
-
Dr. Stephen Henson authored
include an 'indent' option to V3 stuff.
-
Ben Laurie authored
-
Ben Laurie authored
-
- Mar 25, 1999
-
-
Ralf S. Engelschall authored
OAEP isn't supported when OpenSSL is built with RSAref. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall
-
- Mar 24, 1999
-
-
Ralf S. Engelschall authored
so they no longer are missing under -DNOPROTO. Submitted by: Soren S. Jorvang <soren@t.dk> Reviewed by: Ralf S. Engelschall
-
- Mar 22, 1999
-
-
Ralf S. Engelschall authored
-
Ralf S. Engelschall authored
-
Ben Laurie authored
-
- Mar 20, 1999
-
-
Ralf S. Engelschall authored
test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to be executable) and a fix for the INSTALL document. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall
-
- Mar 14, 1999
-
-
Dr. Stephen Henson authored
-
- Mar 12, 1999
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Dr. Stephen Henson authored
NULL ciphers specifically have to be enabled with e.g. "DEFAULT:eNULL". This prevents cipher lists from inadvertantly having NULL ciphers at the top of their list (e.g. the default ones) because they didn't have to be taken into account before.
-
- Mar 11, 1999
-
-
Dr. Stephen Henson authored
-
- Mar 10, 1999
-
-
Ralf S. Engelschall authored
in addition to `perl util/perlpath.pl /path/to/bin', because this way one can also use an interpreter named `perl5' (which is usually the name of Perl 5.xxx on platforms where an Perl 4.x is still installed as `perl'). Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
-
Ralf S. Engelschall authored
Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
-
Dr. Stephen Henson authored
-