aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Preliminary ocsp utility documentation.Dr. Stephen Henson2001-01-142-0/+139
* New OCSP utility. This can generate, parse and printDr. Stephen Henson2001-01-136-7/+469
* Disable RegQueryValueEx() call.Bodo Möller2001-01-121-0/+5
* New 'openssl ca -status <serial>' and 'openssl ca -updatedb'Bodo Möller2001-01-122-34/+327
* isspace must be used only on *unsigned* charsBodo Möller2001-01-121-6/+6
* note strncpy problemBodo Möller2001-01-121-1/+4
* When we are waiting for user action, we should say this explicitly.Bodo Möller2001-01-121-3/+3
* Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson2001-01-113-4/+4
* Remove "AVAILABLE PATCH" that has now been applied.Bodo Möller2001-01-111-4/+4
* New -newreq-nodes option to CA.pl.Bodo Möller2001-01-113-3/+18
* Add configuration for GNU Hurd.Richard Levitte2001-01-113-0/+10
* OCSP basic response verify. Very incompleteDr. Stephen Henson2001-01-116-5/+162
* No functional change, but slightly improved code clarity.Bodo Möller2001-01-101-3/+6
* After discussion with Richard, change the new API for extended memoryBodo Möller2001-01-102-74/+65
* It's silly to use a different default for PERL than in the topBodo Möller2001-01-101-1/+1
* Pass ${PERL} down to the Makefile in sub-directory "test" inBodo Möller2001-01-101-1/+1
* Use $(PERL) in place of hard-coded perlBodo Möller2001-01-101-7/+7
* Add new items:Bodo Möller2001-01-101-1/+11
* Last time I asked, no-one appeared to remember if these "NEEDS PATCH"Bodo Möller2001-01-101-4/+4
* make indentation consistentBodo Möller2001-01-101-14/+14
* Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller2001-01-104-2/+19
* 'char' argument to islower must be converted to 'unsigned char'Bodo Möller2001-01-101-1/+1
* Add a pointer to digest options in the description of -fingerprint.Bodo Möller2001-01-101-1/+2
* Fix C code generate by 'openssl dsaparam -C'.Bodo Möller2001-01-102-1/+5
* Change prototypes for new CRYPTO_..._mem_ex_functions functions soBodo Möller2001-01-101-4/+4
* As response to a user request to be able to use external memoryRichard Levitte2001-01-103-5/+119
* Fix uni2asc() so it can properly convert zero lengthDr. Stephen Henson2001-01-102-1/+5
* rsa_num is not used with NO_RSAUlf Möller2001-01-091-0/+2
* oops, void functions shouldn't try and return a value. Strangely, gccGeoff Thorpe2001-01-091-2/+2
* Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke2001-01-095-12/+79
* It was correctly pointed out to me that my CHANGES entry was a little thinGeoff Thorpe2001-01-091-1/+3
* Don't cheat: when only getting several bytes from each source, n is incrementedLutz Jänicke2001-01-091-2/+5
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-097-12/+32
* Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe2001-01-092-6/+13
* This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe2001-01-092-14/+35
* Whilst in the process of fixing outstanding function-pointer casts in theGeoff Thorpe2001-01-081-1/+1
* Keep up with Unix code. It's beginning to be time to rethink the VMSRichard Levitte2001-01-081-2/+3
* Because /dev/urandom has a better chance of giving us a good andRichard Levitte2001-01-081-1/+1
* Add prototypes for new OCSP functions.Dr. Stephen Henson2001-01-082-1/+16
* Change RAND_poll for Unix to try a number of devices and only readRichard Levitte2001-01-086-54/+294
* Add set of OCSP client functions. All experimentalDr. Stephen Henson2001-01-088-60/+437
* Keep up with the Unixly changes.Richard Levitte2001-01-071-1/+1
* Modify OCSP API to more closely reflectDr. Stephen Henson2001-01-054-28/+20
* Fix typo in OCSP nonce extension.Dr. Stephen Henson2001-01-045-6/+12
* Update OCSP API.Dr. Stephen Henson2001-01-049-55/+223
* Fix the S/MIME code so it now works again andDr. Stephen Henson2000-12-314-37/+55
* Make the DSO code for VMS work again. First attempt.Richard Levitte2000-12-311-30/+24
* The option line may start with a space, which gives an empty option.Richard Levitte2000-12-311-1/+1
* Look for no-krb5 and add the definition of NO_KRB5 if it's there.Richard Levitte2000-12-311-0/+3
* Temporary measure: if no KRB5 is defined, add "no-krb5" to theRichard Levitte2000-12-311-0/+1