- 02 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
-
- 20 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
tolerated in certificates.
-
- 26 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
config file (change RAW to DER).
-
- 21 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
seemed like a good idea at the time... several hours later it was rather obvious that these are used all over the place making the changes rather extensive.
-
- 18 5月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
extensions from RAW to DER to avoid confusion with raw extensions. Update NEWS file.
-
- 10 5月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
used with negative char values, so I've added casts to unsigned char. Maybe what really should be done is change all those arrays and pointers to type unsigned char [] or unsigned char *, respectively; but using plain char with those predicates is just wrong, so something had to be done. Submitted by: Reviewed by: PR:
-
由 Dr. Stephen Henson 提交于
-
- 27 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 24 4月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 21 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <levitte@stacken.kth.se>
-
- 20 4月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Ulf Möller 提交于
-
- 19 4月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
isn't fully implemented (yet).
-
- 18 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 17 4月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
add various X509V3_CTX helper functions and support for LHASH as the config database.
-
- 07 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
make 'req' check the config file syntax before it adds extensions. Added info in the documentation as well.
-
- 22 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe
-
- 21 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
to include email addresses from DN and copy details from issuer certificate. Include examples in openssl.cnf, update Win32 ordinals.
-
- 15 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
of an arbitrary extension: e.g. 1.3.4.5=critical,RAW:12:34:56 Using this technique currently unsupported extensions can be generated if you know their DER encoding. Even if the extension is supported in future the raw extension will still work: that is the raw version can always be used even if it is a supported extension.
-
- 10 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
name, issuer and authority key id. Change the i2v function parameters and add an extra 'crl' parameter in the X509V3_CTX structure: guess what that's for :-) Fix to ASN1 macro which messed up IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
-
- 24 1月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-