- Jan 10, 2001
-
-
Bodo Möller authored
Add '-d' option for 'openssl version' (included in '-a').
-
Bodo Möller authored
-
Richard Levitte authored
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 authored
unicode strings. Certain PKCS#12 files contain these in BMPStrings and it used to crash on them.
-
- Jan 09, 2001
-
-
Lutz Jänicke authored
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 authored
on details. :-)
-
Geoff Thorpe authored
"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).
-
- Jan 08, 2001
-
-
Richard Levitte authored
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 authored
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.
-
- Jan 05, 2001
-
-
Dr. Stephen Henson authored
application needs. Add OCSP library name to error code.
-
- Jan 04, 2001
-
-
Dr. Stephen Henson authored
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.
-
- Dec 31, 2000
-
-
Dr. Stephen Henson authored
uses the new ASN1 code.
-
Dr. Stephen Henson authored
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 authored
-
- Dec 30, 2000
-
-
Dr. Stephen Henson authored
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.
-
- Dec 29, 2000
-
-
Dr. Stephen Henson authored
zap some evil function pointers casts along the way...
-
Richard Levitte authored
* 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.
-
- Dec 28, 2000
-
-
Dr. Stephen Henson authored
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 authored
The old function pointer versions will eventually go away.
-
Dr. Stephen Henson authored
-
- Dec 26, 2000
-
-
Bodo Möller authored
-
- Dec 25, 2000
-
-
Bodo Möller authored
-
- Dec 24, 2000
-
-
Dr. Stephen Henson authored
encoding, replacing and deleting extensions. Fix X509V3_get_d2i() so it uses takes note of new critical behaviour.
-
- Dec 20, 2000
-
-
Bodo Möller authored
corresponding new entry in the OpenSSL_0_9_6-stable branch.
-
Dr. Stephen Henson authored
Fixes to OCSP print code. Don't try to print request certificates if signature is not present. Remove unnecessary test for certificates being NULL. Fix typos in printed output. Tidy up output. Fix for typo in OCSP_SERVICELOC ASN1 template. Also give a bit more info in CHANGES about the ASN1 revision.
-
- Dec 19, 2000
-
-
Bodo Möller authored
-
- Dec 18, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
structures and setting rsa->_method_mod_{n,p,q}. Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com>
-
- Dec 16, 2000
-
-
Dr. Stephen Henson authored
Initial support for variables in DEF files.
-
- Dec 15, 2000
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
are all raw print only extensions at present.
-
- Dec 14, 2000
-
-
Geoff Thorpe authored
-
Dr. Stephen Henson authored
from the print routines. Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't work fully because OCSP extensions aren't reimplemented yet. Implement some ASN1 functions needed to compile OCSP code.
-
Bodo Möller authored
-
Dr. Stephen Henson authored
code from certificate, CRL and request printing routines.
-
- Dec 13, 2000
-
-
Dr. Stephen Henson authored
authenticated attributes: this is used to retain the original encoding and not break signatures. Support for a SET OF which reorders the STACK when encoding a structure. This will be used with the PKCS7 code.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Rewrite the extension code to use an ASN1_ITEM structure for its ASN1 operations as well as the old style function pointers (i2d, d2i, new, free). Change standard extensions to support this. Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
-
- Dec 08, 2000
-
-
Dr. Stephen Henson authored
Merge from the ASN1 branch of new ASN1 code to main trunk. Lets see if the makes it to openssl-cvs :-)
-
- Dec 07, 2000
-
-
Bodo Möller authored
One problem that looked like a problem in bn_recp.c at first turned out to be a BN_mul bug. An example is given in bn_recp.c; finding the bug responsible for this is left as an exercise.
-