aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson1999-06-065-18/+24
* Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1999-06-068-64/+71
* Change so PEM private key read routines can handle PKCS#8 transparently.Dr. Stephen Henson1999-06-051-6/+35
* More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1999-06-052-1/+40
* const/type fixes.Ben Laurie1999-06-054-5/+5
* Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson1999-06-052-0/+64
* Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson1999-06-052-0/+3
* The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson1999-06-047-7/+78
* Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needsDr. Stephen Henson1999-06-041-0/+108
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-0414-66/+78
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+17
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-0429-1/+360
* Test apps.Ulf Möller1999-06-041-0/+4
* More evil cast removal.Ben Laurie1999-06-037-13/+13
* Make samples compile.Ben Laurie1999-06-037-37/+100
* stackBen Laurie1999-06-022-12/+15
* Evil cast extermination.Ben Laurie1999-06-021-1/+1
* stack.Ben Laurie1999-06-026-29/+38
* Move stack implementations to more natural places.Ben Laurie1999-06-024-7/+6
* Stack.Ben Laurie1999-06-025-23/+31
* Remove redundant line.Ulf Möller1999-06-011-1/+0
* Borland C fix.Ulf Möller1999-06-011-3/+3
* stack.Ben Laurie1999-05-315-13/+20
* Stack.Ben Laurie1999-05-317-22/+37
* More stack.Ben Laurie1999-05-313-50/+66
* Yet another stack.Ben Laurie1999-05-304-25/+26
* Another stack.Ben Laurie1999-05-303-9/+13
* Another safe stack.Ben Laurie1999-05-302-10/+12
* Another safe stack.Ben Laurie1999-05-306-26/+50
* And carry on with development...Ben Laurie1999-05-291-2/+2
* Oops!OpenSSL_0_9_3aBen Laurie1999-05-291-1/+1
* Prepare to release 0.9.3aBen Laurie1999-05-291-3/+3
* Update dependencies.Ben Laurie1999-05-293-8/+32
* Pass INSTALL_PREFIX to subdirectories of cryptoBodo Möller1999-05-281-1/+1
* Some assembler-related clean-ups.Bodo Möller1999-05-2810-9/+10
* Include <stdio.h>.Bodo Möller1999-05-281-0/+1
* I386_ONLY is defined in opensslconf.h, so we need to include it.Bodo Möller1999-05-271-0/+2
* Circument egcs bug.Bodo Möller1999-05-261-1/+2
* Fix for memory leak.Dr. Stephen Henson1999-05-261-1/+1
* Update md5 assembly source for Win32.Dr. Stephen Henson1999-05-261-27/+28
* Temporary workaround for IRIX64 build.Bodo Möller1999-05-252-4/+4
* Move on to 0.9.4.Ben Laurie1999-05-241-2/+2
* Here we go: prepare to roll 0.9.3.OpenSSL_0_9_3Ben Laurie1999-05-241-2/+2
* Move to beta 3.Ben Laurie1999-05-231-2/+2
* Prepare for final(?) beta.OpenSSL_0_9_3beta2Ben Laurie1999-05-231-1/+1
* Set ext_list to NULL after use.Dr. Stephen Henson1999-05-231-0/+1
* Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they willDr. Stephen Henson1999-05-212-0/+11
* Remove traces of bad idea :-)Bodo Möller1999-05-211-4/+0
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-2131-1915/+2028
* The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should beDr. Stephen Henson1999-05-213-28/+28