aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* VC++ warning.Ulf Möller1999-09-291-1/+1
* Generate obj_dat.h in "make update".Ulf Möller1999-09-294-6/+905
* new control code BIO_C_RESET_READ_REQUESTBodo Möller1999-09-272-0/+16
* RC4 tune-up.Andy Polyakov1999-09-261-0/+98
* Lots of evil casts to stop VC++ choking with "possible loss of data"Dr. Stephen Henson1999-09-191-21/+21
* Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson1999-09-183-60/+111
* Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson1999-09-181-12/+9
* Initial support for MacOS.Andy Polyakov1999-09-1116-33/+57
* Parantheses not needed.Ulf Möller1999-09-101-2/+2
* "make update"Bodo Möller1999-09-106-7/+17
* Use non-copying BIO interface in ssltest.c.Bodo Möller1999-09-101-3/+2
* typoBodo Möller1999-09-101-1/+1
* Correction for the testapps lines.Ulf Möller1999-09-101-2/+2
* Correct warnings.Ben Laurie1999-09-092-2/+6
* some more patches for avoiding problems with non-automatic variablesBodo Möller1999-09-086-17/+17
* Fix typo.Dr. Stephen Henson1999-09-081-1/+1
* Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson1999-09-085-5/+17
* This is preliminary support for an "RSA null" cipher. Unfortunately whenDr. Stephen Henson1999-09-081-0/+145
* Use proper flags to build the testapps (default CC value causes confusionUlf Möller1999-09-081-2/+2
* Non-copying interface to BIO pairs.Bodo Möller1999-09-072-2/+232
* New function to convert ASN1 tag values to strings. Also fix typo in asn1.hDr. Stephen Henson1999-09-072-49/+24
* Fix warnings.Ben Laurie1999-09-064-9/+8
* Fix warnings.Ben Laurie1999-09-064-17/+18
* SHA clean-up Intel assembler companion.Andy Polyakov1999-09-052-573/+672
* SHA clean-up and (LP64) tune-up.Andy Polyakov1999-09-055-1051/+367
* New UTF8 utility functions to parse/generate UTF8 strings.Dr. Stephen Henson1999-09-042-0/+153
* Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller1999-09-031-0/+2
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-036-4/+289
* Make DH_free() free up any ex_data and also call the finish method.Dr. Stephen Henson1999-09-011-0/+4
* RIPEMD160 shape-up Intel assembler companion. Cycle counter benchmarksAndy Polyakov1999-08-283-1767/+1780
* RIPEMD160 shape-up. Major news are that it's operational on all platformsAndy Polyakov1999-08-284-366/+293
* make testapps after the library.Ulf Möller1999-08-283-2/+6
* md32_common.h update and accompanying MD5 update.Andy Polyakov1999-08-282-7/+19
* Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1999-08-252-1/+26
* make update.Ulf Möller1999-08-243-6/+18
* Minor MIPS III/IV tune-up.Andy Polyakov1999-08-242-72/+75
* Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson1999-08-241-3/+11
* Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson1999-08-237-18/+184
* Initial support for DSA_METHOD...Dr. Stephen Henson1999-08-226-200/+431
* Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson1999-08-194-28/+83
* Really undo the base64 change so that make test survivesBodo Möller1999-08-181-1/+1
* Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson1999-08-176-11/+15
* Undo base64 decoding change (was not a bug fix).Ulf Möller1999-08-141-3/+3
* Fix faulty base64 decoding of data that was 46 or 47 bytes long.Ulf Möller1999-08-131-2/+2
* Add pkcs7 and des apps to "make all".Ulf Möller1999-08-134-5/+5
* Compile pkcs7 and des apps.Ulf Möller1999-08-136-14/+23
* Submitted by: Lidong Zhou <ldzhou@cs.cornell.edu>Bodo Möller1999-08-111-2/+2
* Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson1999-08-114-25/+79
* Fix typo.Bodo Möller1999-08-111-1/+1
* Updates.Bodo Möller1999-08-103-13/+31