aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 'make update'Geoff Thorpe2001-04-172-3/+3
* Fix warning.Ben Laurie2001-04-161-1/+5
* Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke2001-04-142-6/+6
* Make it possible to move the emailAddress object to the subjectAltNameRichard Levitte2001-04-111-3/+11
* Adjust BN_mod_inverse algorithm selection according to experiments onBodo Möller2001-04-091-2/+3
* commentBodo Möller2001-04-081-1/+1
* code documentationBodo Möller2001-04-081-4/+8
* binary algorithm for modular inversionBodo Möller2001-04-082-98/+183
* Add the possibility to have AES removed in Windows as well.Richard Levitte2001-04-081-1/+2
* Don't use 'tt' uninitialized when reporting an errorBodo Möller2001-04-051-1/+0
* Fix couple of memory leaks in PKCS7_dataDecode().Richard Levitte2001-04-051-2/+2
* Since vms.mar handles 32-bit integers, do not use it on Alpha, that'sRichard Levitte2001-04-041-1/+1
* Fix warnings.Bodo Möller2001-04-032-3/+4
* Make sure OPENSSL_SYS_... is defined when we need it.Bodo Möller2001-04-032-2/+4
* Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>Richard Levitte2001-04-031-0/+1
* libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte2001-04-031-2/+2
* ENGINE_load_[private|public]_key had error handling that could returnGeoff Thorpe2001-04-021-2/+4
* Actually there were two error cases that could return without releasing theGeoff Thorpe2001-04-021-4/+5
* Don't return an error until the global lock is released.Geoff Thorpe2001-04-021-2/+4
* Rewrite CHOICE field setting code to properly handleDr. Stephen Henson2001-04-022-13/+22
* Complete the des_encrypt to des_encrypt1 rename in the mainRichard Levitte2001-03-305-36/+36
* One des_encrypt to des_encrypt1 I forgot to commit...Richard Levitte2001-03-291-2/+2
* Since there has been reports of clashes between OpenSSL'sRichard Levitte2001-03-2914-34/+34
* check CRTUlf Möller2001-03-281-2/+2
* check CRTUlf Möller2001-03-281-1/+11
* The IRIX fix. Asm recap and corresponding declation.Andy Polyakov2001-03-272-4/+5
* Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget t...Richard Levitte2001-03-271-0/+1
* make updateRichard Levitte2001-03-241-2/+2
* Use stdlib.h to get size_t.Richard Levitte2001-03-211-7/+1
* Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need toRichard Levitte2001-03-211-0/+2
* avoid linking problems when OpenSSL is built with no-dsa. Spotted by Hellan,...Richard Levitte2001-03-201-0/+4
* Increase boundaries in EC_window_bits_for_scalar_size table.Bodo Möller2001-03-201-14/+17
* Table for window sizes.Bodo Möller2001-03-191-6/+77
* New cofiguration for Unixwre and SCO,with slightly better granularity. Contr...Richard Levitte2001-03-181-0/+7
* Fix PKCS#12 key generation bug.Dr. Stephen Henson2001-03-181-2/+9
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-155-8/+19
* Completely remove mont2 stuff.Bodo Möller2001-03-155-699/+0
* avoid infinite loopBodo Möller2001-03-151-0/+4
* error codes are longs, not intsBodo Möller2001-03-151-2/+2
* More error_data memory leaksBodo Möller2001-03-151-6/+5
* Document the -certopt option to the x509 utility.Dr. Stephen Henson2001-03-151-2/+4
* The former ULTRASPARC preprocessor symbol is now calledBodo Möller2001-03-141-4/+4
* make update.Richard Levitte2001-03-133-7/+25
* Use err_clear_data macroBodo Möller2001-03-131-3/+2
* fix memory leak in err.cBodo Möller2001-03-121-1/+9
* Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller2001-03-124-11/+11
* Add various X9.62 OIDs. (GF(2^n) mostly left out.)Bodo Möller2001-03-114-5/+167
* EC_METHOD based on bn_mont2 (not used in the library)Bodo Möller2001-03-113-9/+313
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-113-0/+10
* Timings are not supposed to be enabled by default ...Bodo Möller2001-03-111-1/+1