- Apr 20, 1999
-
-
Ulf Möller authored
-
Ben Laurie authored
-
Dr. Stephen Henson authored
-
- Apr 19, 1999
-
-
Ben Laurie authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
Pointed out by: Bernhard Simon <simon@zid.tuwien.ac.at>
-
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>
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Ulf Möller authored
-
- Apr 18, 1999
-
-
Dr. Stephen Henson authored
isn't fully implemented (yet).
-
Ben Laurie authored
-
Ben Laurie authored
-
- Apr 17, 1999
-
-
Dr. Stephen Henson authored
policies extension.
-
Ben Laurie authored
-
Dr. Stephen Henson authored
-
Ben Laurie authored
-
- Apr 16, 1999
-
-
Dr. Stephen Henson authored
add various X509V3_CTX helper functions and support for LHASH as the config database.
-
Ben Laurie authored
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Richard Levitte <levitte@stacken.kth.se>
-
- 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).
-
Ben Laurie authored
-
Ben Laurie authored
-
- Apr 14, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
generator to typesafe stacks.
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by:Tom Titchener Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
-
Ben Laurie authored
-
Ralf S. Engelschall authored
-
- Apr 13, 1999
-
-
Dr. Stephen Henson authored
files associated with them. This stuff is all obsoleted by the new X509V3 code.
-
Ralf S. Engelschall authored
-