aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller2001-03-114-38/+130
* handle negative scalars correctly when doing point multiplicationBodo Möller2001-03-112-2/+25
* use fflushBodo Möller2001-03-111-0/+6
* Change timing output: We don't have "exponents" here, curves areBodo Möller2001-03-101-1/+9
* comment and error code updateBodo Möller2001-03-103-4/+4
* Remove files from Lenka's EC implementation.Bodo Möller2001-03-103-1662/+0
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-1012-87/+1028
* In crypto/ec #if 0 out structures which reference (currently)Dr. Stephen Henson2001-03-102-3/+4
* Typo.Dr. Stephen Henson2001-03-101-1/+1
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-0938-76/+38
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-0929-126/+126
* Bug fixes.Richard Levitte2001-03-091-7/+8
* Fix ec_GFp_simple_cmp.Bodo Möller2001-03-082-5/+10
* Implement EC_GFp_mont_method.Bodo Möller2001-03-0810-49/+173
* Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller2001-03-082-9/+13
* More method functions for elliptic curves,Bodo Möller2001-03-089-175/+646
* Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte2001-03-082-0/+40
* CommentBodo Möller2001-03-081-0/+2
* old MSVC versions don't have rdtscUlf Möller2001-03-081-1/+2
* Hide BN_CTX structure details.Bodo Möller2001-03-088-64/+65