- Apr 28, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Ulf Möller authored
-
- Apr 27, 1999
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
- Apr 26, 1999
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
of Ulf's prototype parser, also general tidying and fixing of several problems with the original. Its still a bit of a hack but should work. This is the last bit of the old code that uses the K&R prototypes: after some testing they can finally go away...
-
- Apr 24, 1999
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
-
Dr. Stephen Henson authored
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
-
- Apr 23, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
- Apr 22, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
- Apr 21, 1999
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
this stuff.
-
Ulf Möller authored
-
Ben Laurie authored
-
- Apr 20, 1999
-
-
Ulf Möller authored
Submitted by: Richard Levitte <levitte@stacken.kth.se>
-
Ulf Möller authored
Pointed out by Andy Polyakov <appro@fy.chalmers.se>.
-
- Apr 19, 1999
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
Ulf Möller authored
-
Ulf Möller authored
New Ultrix and Alpha entries submitted by Bernhard Simon <simon@zid.tuwien.ac.at>.
-
Ulf Möller authored
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
- Apr 18, 1999
-
-
Dr. Stephen Henson authored
isn't fully implemented (yet).
-
- Apr 17, 1999
-
-
Dr. Stephen Henson authored
policies extension.
-
Ben Laurie authored
-
Dr. Stephen Henson authored
-
- 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'.
-