- 31 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 21 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 18 1月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
((void *)0), by have a 0 instead.
-
- 07 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix so CRLDistributionPoints relativeName option uses the correct type.
-
- 29 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
represent everything by OIDs.
-
- 03 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
new purpose getting function. Update the ca-cert.pem and pca-cert.pem "CA" certificates so they really are CA certificate: that is they have the appropriate extensions.
-
- 02 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
either and has a static and dynamic mix.
-
- 01 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 29 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
yet. Add a function X509_STORE_CTX_purpose_inherit() which implements the logic of "inheriting" purpose and trust from a parent structure and using a default: this will be used in the SSL code and possibly future S/MIME. Partial documentation of the 'verify' utility. Still need to document how all the extension checking works and the various error messages.
-
- 28 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
trust settings of the root CA. After a few fixes it seems to work OK. Still need to add support to SSL and S/MIME code though.
-
- 26 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Extend the X509_PURPOSE structure to include shortnames for purposed and default trust ids. Still need some extendable trust checking code and integration with the SSL and S/MIME code.
-
- 24 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix so EVP_PKEY_rset_*() check return codes.
-
- 19 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 16 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
certificate: currently this includes trust settings and a "friendly name".
-
- 26 10月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Lennart Bång, Bodo Möller
-
- 20 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
tolerated in certificates.
-
- 13 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
ultimately lead to certificate chain verification. It is VERY EXPERIMENTAL at present though.
-
- 11 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix a bug in the X509_get_d2i() functions which didn't check if crit was NULL.
-
- 09 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
config file (change RAW to DER).
-
- 08 8月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
Hint from: Andrija Antonijevic <TheAntony2@bigfoot.com>
-
- 03 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 7月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
zone number.
-
- 22 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
documentation to reflect the STACK_OF(CONF_VALUE) change to the CONF lib and use ANSI typedefs for X509V3_EXT_I2D and X509V3_EXT_FREE.
-
- 21 6月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 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.
-
- 11 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
to use 'void *' rather than 'char *' for an "arbitrary extension".
-
- 23 5月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 5月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
-
由 Bodo Möller 提交于
include file.
-
- 18 5月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
extensions from RAW to DER to avoid confusion with raw extensions. Update NEWS file.
-
- 15 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 14 5月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 10 5月, 1999 3 次提交
-
-
由 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:
-
由 Ralf S. Engelschall 提交于
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline'' with EGCS 1.1.2+
-
由 Dr. Stephen Henson 提交于
-
- 08 5月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
file name for 'ca' to come from the environment.
-
- 30 4月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Ulf Möller 提交于
Submitted by: Anonymous
-