aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson1999-07-125-9/+46
* typo in stringBodo Möller1999-07-121-1/+1
* Beginnings of experimental support for NASM assembler. This is a freeDr. Stephen Henson1999-07-122-0/+328
* correct error handlingBodo Möller1999-07-123-35/+50
* typoBodo Möller1999-07-111-1/+2
* New function RSA_check_key.Bodo Möller1999-07-111-0/+159
* New function RSA_check_key,Bodo Möller1999-07-113-2/+23
* Various changes to stop VC++ choking under Win32.Dr. Stephen Henson1999-07-112-5/+5
* Add a debugging option to PKCS#5 v2.0 key generation function.Dr. Stephen Henson1999-07-111-6/+30
* Copy flags in ASN1_STRING_dup()Dr. Stephen Henson1999-07-111-0/+1
* SXnet code was freeing up the extension data rather than the temporaryDr. Stephen Henson1999-07-101-2/+2
* Fix memory checking.Bodo Möller1999-07-093-12/+26
* Obsolete/experimental code.Ulf Möller1999-07-091-163/+0
* improve readability of #if conditions (ELF, if defined, supersedes BSDIBodo Möller1999-07-061-2/+2
* avoid confliction definitions of NDEBUGBodo Möller1999-07-051-0/+1
* Disable asserts for standard configurations.Bodo Möller1999-07-051-0/+4
* More no-xxx option tweaks.Ulf Möller1999-06-302-1/+15
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-293-1/+7
* New functions to allow RSA_METHODs to be changed without poking round inDr. Stephen Henson1999-06-292-0/+23
* Use "long long" for all Win32 gcc ports.Ulf Möller1999-06-281-1/+1
* With mingw32, use "long long" rather than "_int64" (the latter doesBodo Möller1999-06-281-1/+1
* Close another memory hole.Bodo Möller1999-06-251-0/+8
* Avoid some memory holes, one of which was pointed out byBodo Möller1999-06-253-1/+7
* Fix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it correctly works outDr. Stephen Henson1999-06-241-14/+6
* Don't use inline assembler when configured for "no-asm".Bodo Möller1999-06-232-3/+3
* New function PKCS7_signatureVerify to allow the signing certificate toDr. Stephen Henson1999-06-223-14/+38
* Change the PEM_* function prototypes to use DECLARE_PEM macros and changeDr. Stephen Henson1999-06-221-99/+99
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-2115-74/+87
* Don't shadow.Ben Laurie1999-06-211-3/+3
* "make update"Bodo Möller1999-06-213-37/+45
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-2013-124/+152
* New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson1999-06-208-48/+87
* New function CRYPTO_num_locks.Bodo Möller1999-06-182-0/+7
* Use same name in the definition as in the header file declaration :-/Bodo Möller1999-06-181-1/+1
* Some people don't have /dev/fd/0 on Solaris, so use - instead.Bodo Möller1999-06-152-2/+2
* Don't try to use zero-byte buffers.Bodo Möller1999-06-153-0/+7
* long obsoleteBodo Möller1999-06-141-567/+0
* rc4_locl.h and bf_locl.h incorrectly defined _HEADER_...;Bodo Möller1999-06-142-4/+4
* Bugfix.Bodo Möller1999-06-121-1/+0
* Avoid some warnings (on silly compilers).Bodo Möller1999-06-126-9/+9
* BIO pairs.Bodo Möller1999-06-124-25/+377
* Fix to i2d_DSAPublicKey() to return the correct length.Dr. Stephen Henson1999-06-111-1/+2
* Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson1999-06-111-7/+7
* Fix warnings.Ben Laurie1999-06-102-5/+7
* Avoid warning.Bodo Möller1999-06-101-1/+1
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-1010-5/+77
* Avoid warnings.Bodo Möller1999-06-106-15/+16
* Repair PEM_write_PrivateKey and PEM_write_bio_PrivateKey.Bodo Möller1999-06-091-1/+8
* Circumvent bug in SC5 without patch #107357-01.Ulf Möller1999-06-091-3/+3
* Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson1999-06-092-381/+96