aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* ASN1_ITEM version of ASN1_dup(). Might wantDr. Stephen Henson2000-12-282-1/+27
* Update VMS build procedures to match the current status.Richard Levitte2000-12-282-19/+23
* Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson2000-12-286-78/+47
* ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson2000-12-286-1/+194
* New OCSP extension functions.Dr. Stephen Henson2000-12-282-11/+237
* 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
* New function X509V3_add_i2d() this is used forDr. Stephen Henson2000-12-245-1/+119
* Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-216-9/+17
* Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller2000-12-201-1/+1
* Fixes to OCSP print code.Dr. Stephen Henson2000-12-204-18/+17
* fix indentationBodo Möller2000-12-191-1/+1
* Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller2000-12-191-58/+67
* Add a comment (intended change)Bodo Möller2000-12-181-1/+1
* Comment correction.Bodo Möller2000-12-181-2/+4
* Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller2000-12-181-12/+70
* Redo OCSP response printing. Remove duplicate orDr. Stephen Henson2000-12-179-942/+178
* 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
* Add support for the noCheck OCSP extension. This isDr. Stephen Henson2000-12-165-4/+28
* Locking issues.Bodo Möller2000-12-154-10/+35
* Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson2000-12-155-65/+130
* 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
* 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-1410-136/+266
* The BN_mul bug test apparently is no longer neededBodo Möller2000-12-141-37/+0
* New function X509_signature_print() to remove some duplicateDr. Stephen Henson2000-12-144-48/+27
* Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson2000-12-133-2/+24
* Replace the old style OCSP ASN1 module.Dr. Stephen Henson2000-12-138-1022/+167
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-1312-83/+88
* Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte2000-12-131-1/+7
* In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte2000-12-131-4/+7
* Stop extension creation code core dumping.Dr. Stephen Henson2000-12-131-0/+1
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-1318-119/+94
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-085-62/+75
* bn_part_sub_word prototype.Ulf Möller2000-12-081-0/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-08114-8175/+5922
* Fix some things that look like bugs.Bodo Möller2000-12-075-47/+111
* TEST_MUL and TEST_SQR added.Bodo Möller2000-12-071-2/+24
* Sign-related fixes (and tests).Bodo Möller2000-12-073-17/+30
* Move 'q->neg = 0' to those places where it is neededBodo Möller2000-12-071-1/+5
* BN_mod_sqrt documentation/commentBodo Möller2000-12-061-1/+1
* remove a comment that shouldn't have been there any moreUlf Möller2000-12-061-1/+1
* Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller2000-12-061-5/+79
* Use bc's "print" feature whenever it is available,Bodo Möller2000-12-061-2/+0
* remove useless instructionUlf Möller2000-12-061-2/+0
* Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller2000-12-062-2/+215