aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of unused error code.Bodo Möller2000-12-272-2/+0
* Avoid compiler warnings in hw_ubsec.c: unused staticDr. Stephen Henson2000-12-272-2/+11
* X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson2000-12-273-10/+11
* Finish SSL_peek/SSL_pending fixes.Bodo Möller2000-12-263-7/+2
* Fix SSL_peek and SSL_pending.Bodo Möller2000-12-257-61/+65
* New function X509V3_add_i2d() this is used forDr. Stephen Henson2000-12-246-1/+125
* Re-order the options in tunala and add command switches like s_server forGeoff Thorpe2000-12-211-23/+42
* Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-217-9/+24
* This adds support to 'tunala' for supplying DH parameters (without which itGeoff Thorpe2000-12-201-9/+136
* Some minor changes to the "tunala" demo.Geoff Thorpe2000-12-204-19/+88
* branches have been merged.Ulf Möller2000-12-201-8/+3
* Stop build when an error occurs.Ulf Möller2000-12-201-0/+5
* Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller2000-12-201-1/+1
* Split a CHANGES entry so that one of the halves matches theBodo Möller2000-12-201-3/+3
* Fixes to OCSP print code.Dr. Stephen Henson2000-12-205-19/+28
* fix indentationBodo Möller2000-12-191-1/+1
* Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller2000-12-192-61/+70
* Add a comment (intended change)Bodo Möller2000-12-181-1/+1
* Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.Bodo Möller2000-12-184-8/+36
* Comment correction.Bodo Möller2000-12-181-2/+4
* Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller2000-12-182-12/+79
* undo previous change: '-prexit' is already available in current versions of s...Bodo Möller2000-12-181-1/+0
* Redo OCSP response printing. Remove duplicate orDr. Stephen Henson2000-12-179-942/+178
* When mentioning features that don't exist in current releases ofBodo Möller2000-12-171-1/+2
* Simplify preprocessor statements.Bodo Möller2000-12-171-6/+4
* Add OCSP service locator extension.Dr. Stephen Henson2000-12-163-6/+38
* Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte2000-12-161-0/+6
* Make sure each FAQ item has an index entry.Richard Levitte2000-12-161-0/+1
* Add support for the noCheck OCSP extension. This isDr. Stephen Henson2000-12-165-4/+28
* Make mkdef.pl parse some ASN1 IMPLEMENT macros.Dr. Stephen Henson2000-12-162-3/+22
* Add a couple of FAQs.Dr. Stephen Henson2000-12-161-0/+32
* "Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a validUlf Möller2000-12-151-1/+1
* If CONF_get_string returns NULL and we want to tolerate thisBodo Möller2000-12-154-20/+112
* Locking issues.Bodo Möller2000-12-158-19/+315
* Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson2000-12-156-66/+131
* The C version of bn_sub_part_words is needed not onlyBodo Möller2000-12-151-1/+1
* Very few in the "README" is up-to-dateBodo Möller2000-12-151-0/+4
* Add OCSP nonce extension to supported extensions.Dr. Stephen Henson2000-12-145-2/+140
* Make a note of the new engine.Geoff Thorpe2000-12-141-0/+3
* This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe2000-12-147-2/+837
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-1411-136/+271
* typoBodo Möller2000-12-141-1/+1
* The BN_mul bug test apparently is no longer neededBodo Möller2000-12-141-37/+0
* First step towards SSL_peek fix.Bodo Möller2000-12-148-55/+206
* Update.Bodo Möller2000-12-141-2/+23
* New function X509_signature_print() to remove some duplicateDr. Stephen Henson2000-12-145-48/+31
* Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson2000-12-134-2/+32
* c&p error spotted by Martin ForssenUlf Möller2000-12-131-2/+2
* Replace the old style OCSP ASN1 module.Dr. Stephen Henson2000-12-1310-1024/+173
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-1313-87/+92