- 21 4月, 1999 4 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <levitte@stacken.kth.se>
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Pointed out by Andy Polyakov <appro@fy.chalmers.se>.
-
- 20 4月, 1999 10 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Pointed out by Andy Polyakov <appro@fy.chalmers.se>.
-
由 Ulf Möller 提交于
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Ben Laurie 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Ulf Möller 提交于
-
- 19 4月, 1999 10 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Pointed out by: Bernhard Simon <simon@zid.tuwien.ac.at>
-
由 Ulf Möller 提交于
New Ultrix and Alpha entries submitted by Bernhard Simon <simon@zid.tuwien.ac.at>.
-
由 Ulf Möller 提交于
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
isn't fully implemented (yet).
-
- 18 4月, 1999 4 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
policies extension.
-
由 Ben Laurie 提交于
-
- 17 4月, 1999 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
add various X509V3_CTX helper functions and support for LHASH as the config database.
-
由 Ben Laurie 提交于
-
- 16 4月, 1999 4 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <levitte@stacken.kth.se>
-
由 Dr. Stephen Henson 提交于
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 提交于
-
- 15 4月, 1999 4 次提交
-
-
由 Ben Laurie 提交于
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Dr. Stephen Henson 提交于
generator to typesafe stacks.
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-