summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add aep and sureware implementations and clean up some error reasonsRichard Levitte2002-02-0711-28/+2559
* Certain reasons aren't really part of the engine framework, so let'sRichard Levitte2002-02-071-6/+6
* Generate the individual engines' error strings and macrosRichard Levitte2002-02-0717-365/+1251
* 'make update'Richard Levitte2002-02-055-79/+177
* With the changed des_old API, let's complete the work by renaming theRichard Levitte2002-02-0510-134/+236
* Apply one patch from Assar Westerlund <assar@sics.se>:Richard Levitte2002-02-051-3/+9
* Apply three patches from Assar Westerlund <assar@kth.se>:Richard Levitte2002-02-052-18/+16
* ASN1_BIT_STRING_set_bit() didn't clear previously set bitsRichard Levitte2002-02-031-0/+1
* #undef some things that cause a conflict under Win32 whenDr. Stephen Henson2002-02-021-0/+5
* Shut up compiler warnings for inconsistent declarations.Lutz Jänicke2002-01-293-3/+3
* Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte2002-01-291-1/+3
* Undo previous change, X509_check_issued() was correct.Bodo Möller2002-01-271-1/+1
* Remove blanks at begin of empty lines irritating epv_test.cLutz Jänicke2002-01-261-4/+4
* Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte2002-01-262-2/+2
* It looks like I didn't remove everything that has to do with theRichard Levitte2002-01-261-1/+1
* Apply a small patch from Diego R. Lopez <diego.lopez@rediris.es>,Richard Levitte2002-01-261-1/+1
* GCC uses __i386__.Richard Levitte2002-01-261-1/+1
* I got a request to make the "old des" symbols more closely tied toRichard Levitte2002-01-262-104/+104
* Apply a change by Toomas Kiisk <vix@cyber.ee>:Richard Levitte2002-01-251-10/+16
* There is no aestest currently. The EVP tester is used to check theRichard Levitte2002-01-251-1/+2
* The 'type' parameter, an EVP_MD pointer, represents the type of digestGeoff Thorpe2002-01-251-1/+1
* Keep the NIST AES vectors that were there previously.Richard Levitte2002-01-241-0/+20
* sort functions ...Bodo Möller2002-01-242-8/+11
* fix formatting of automatically generated error sectionBodo Möller2002-01-243-0/+3
* New functionsBodo Möller2002-01-246-27/+53
* make updateRichard Levitte2002-01-247-113/+153
* Because of recent changes, there's no need to hack the des symbols anyRichard Levitte2002-01-241-38/+0
* To avoid all kinds of link-level clashes, rename all old des_*Richard Levitte2002-01-242-68/+140
* Support old DES APIs by default.Ben Laurie2002-01-231-0/+4
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-2210-14/+46
* Constification.Dr. Stephen Henson2002-01-224-8/+8
* default_algorithms option in ENGINE config.Dr. Stephen Henson2002-01-226-2/+100
* Fix incorrect BIO_*_ctrl() macros (Shay Harding <sharding@ccbill.com>).Lutz Jänicke2002-01-211-2/+2
* Use FIPS-197 vectors for AES. The NIST vectors were constructed byRichard Levitte2002-01-211-33/+9
* Add more of the NIST test vectors for AES.Richard Levitte2002-01-211-6/+30
* Bring VMS up to date with development.Richard Levitte2002-01-211-5/+5
* Initial ENGINE config module, docs to follow.Dr. Stephen Henson2002-01-218-19/+242
* Constification, add config to /dev/crypto.Ben Laurie2002-01-1813-68/+120
* disable broken codeBodo Möller2002-01-181-0/+4
* Other errors are possible.Ben Laurie2002-01-181-5/+10
* Stupid apps should die, not fail silently.Ben Laurie2002-01-181-1/+13
* Fix memory leak.Ben Laurie2002-01-181-1/+5
* Constification, missing declaration, update dependencies.Ben Laurie2002-01-183-4/+38
* Prototype info function.Ben Laurie2002-01-122-4/+6
* Return value could be undefined.Ben Laurie2002-01-121-1/+2
* Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2002-01-082-2/+2
* - Add the same header stuff to aes_locl.h as is in des_locl.h to avoidGeoff Thorpe2002-01-052-0/+11
* Experimental configuration code.Dr. Stephen Henson2002-01-0510-6/+875
* add automatically generated ERR_load_... prototypeBodo Möller2002-01-041-1/+1
* fix EVP_CIPHER_mode macroBodo Möller2002-01-041-1/+1