- 24 1月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
- 22 1月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 20 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 19 1月, 2001 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Enhance s2i_ASN1_INTEGER().
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
of status info. Check nonce values. Option to disable verify. Update usage message. Rename status to string functions and make them global.
-
- 18 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
accordance with RFC2560.
-
- 17 1月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
Initial OCSP certificate verify. Not complete, it just supports a "trusted OCSP global root CA".
-
- 15 1月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
This allows keeping extensions in a separate configuration file. Submitted by: Massimiliano Pala <madwolf@comune.modena.it>
-
- 14 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
non null terminated passwords.
-
- 13 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
New OCSP utility. This can generate, parse and print OCSP requests. It can also query reponders and parse or print out responses. Still needs some more work: OCSP response checks and of course documentation.
-
- 12 1月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
commands. Submitted by: Massimiliano Pala <madwolf@comune.modena.it>
-
- 11 1月, 2001 4 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Damien Miller <djm@mindrot.org>
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
OCSP basic response verify. Very incomplete but will verify the signatures on a response and locate the signers certifcate. Still needs to implement a proper OCSP certificate verify. Fix warning in RAND_egd().
-
由 Bodo Möller 提交于
allocation callbacks so that it is no longer visible to applications that these live at a different call level than conventional memory allocation callbacks.
-
- 10 1月, 2001 6 次提交
-
-
由 Bodo Möller 提交于
Add '-d' option for 'openssl version' (included in '-a').
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
handling routines that need file name and line number information, I've added a call level to our memory handling routines to allow that kind of hooking.
-
由 Dr. Stephen Henson 提交于
unicode strings. Certain PKCS#12 files contain these in BMPStrings and it used to crash on them.
-
由 Lutz Jänicke 提交于
only queried when the /dev/[u]random devices did not return enough entropy. Only the amount of entropy missing to reach the required minimum is queried, as EGD may be drained. Queried locations are: /etc/entropy, /var/run/egd-pool
-
由 Geoff Thorpe 提交于
on details. :-)
-
- 09 1月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
"doall" functions to using type-safe wrappers. As and where required, this can be replaced by redeclaring the underlying callbacks to use the underlying "void"-based prototypes (eg. if performance suffers from an extra level of function invocation).
-
- 08 1月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
them for a short period of time (actually, poll them with select(), then read() whatever is there), which is about 10ms (hard-coded value) each. Separate Windows and Unixly code, and start on a VMS variant that currently just returns 0.
-
由 Dr. Stephen Henson 提交于
Add set of OCSP client functions. All experimental and subject to addition, modifcation or deletion. Add two OCSP nonce utility functions. Fix typo in status code name.
-
- 05 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
application needs. Add OCSP library name to error code.
-
- 04 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Remove extensions argument from various functions because it is not needed with the new extension code. New function OCSP_cert_to_id() to convert a pair of certificates into an OCSP_CERTID. New simple OCSP HTTP function. This is rather primitive but just about adequate to send OCSP requests and parse the response. Fix typo in CRL distribution points extension. Fix ASN1 code so it adds a final null to constructed strings.
-
- 01 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
uses the new ASN1 code.
-
- 31 12月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Rewrite PKCS#12 code and remove some of the old horrible macros. Fix two evil ASN1 bugs. Attempt to use 'ctx' when NULL if input is indefinite length constructed in asn1_check_tlen() and invalid pointer to ASN1_TYPE when reusing existing structure (this took *ages* to find because the new PKCS#12 code triggered it).
-
由 Richard Levitte 提交于
-
- 30 12月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
most of the old wrappers. A few of the old versions remain because they are non standard and the corresponding ASN1 code has not been reimplemented yet.
-
由 Dr. Stephen Henson 提交于
zap some evil function pointers casts along the way...
-
- 29 12月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
* detect "unknown" algorithms (any C macro starting with NO_ that is not explicitely mentioned in mkdef.pl as a known algorithm) and report. * add a number of algorithms that can be deselected. * look in ssl/kssl.h as well. * accept multiple whitespace (not just one SPC) in preprocessor lines.
-
由 Dr. Stephen Henson 提交于
currently OpenSSL itself wont compile with this set because some old style stuff remains. Change old functions X509_sign(), X509_verify() etc to use new item based functions. Replace OCSP function declarations with DECLARE macros.
-
由 Dr. Stephen Henson 提交于
The old function pointer versions will eventually go away.
-
- 28 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 12月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-