aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".Andy Polyakov2005-10-093-1/+251
* x86_64-mont.pl readability improvement.Andy Polyakov2005-10-071-15/+14
* Throw in Montgomery multiplication assembler for x86_64.Andy Polyakov2005-10-072-0/+209
* Refine logic in bn_mont.c and eliminate redundant BN_CTX pulls.Andy Polyakov2005-10-061-32/+55
* Leave the decision to call/implement bn_sqr_mont to assembler developer.Andy Polyakov2005-10-063-29/+34
* Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). ThisDr. Stephen Henson2005-10-052-190/+343
* Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.Andy Polyakov2005-10-041-0/+4
* Fix typo in exptest.c.Andy Polyakov2005-10-041-1/+1
* Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINTAndy Polyakov2005-10-042-75/+84
* Add reference implementation for bn_[mul|sqr]_mont, new candidates forAndy Polyakov2005-10-043-2/+142
* Oops :-)Dr. Stephen Henson2005-10-021-17/+0
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-0/+17
* Fix typo.Andy Polyakov2005-09-291-1/+1
* Fix missing applink call.Andy Polyakov2005-09-291-1/+4
* Change a comment so it corresponds to reality. Put back a character thatRichard Levitte2005-09-281-4/+9
* Update from stable branch.Dr. Stephen Henson2005-09-261-2/+3
* protect BN_BLINDING_invert with a write lock and BN_BLINDING_convertNils Larsch2005-09-221-4/+4
* Broaden compatibility among Windows SDK versions. Elder versions don't haveAndy Polyakov2005-09-221-1/+1
* Latest MSVCR80 doesn't tolerate unsupported signal numbers, throwingAndy Polyakov2005-09-201-0/+18
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov2005-09-203-0/+11
* IA-32 BN tune-up. Performance imrpovement varies with platform andAndy Polyakov2005-09-201-51/+149
* MD5 x86_64 assembler update.Andy Polyakov2005-09-201-11/+17
* Proper solution to nasm compilation problems in Borland context.Andy Polyakov2005-09-201-1/+10
* Oops-type typo.Andy Polyakov2005-09-191-1/+1
* bswapl usage should be masked by I386_ONLY.Andy Polyakov2005-09-191-1/+2
* cleanup doxygen commentsNils Larsch2005-09-191-103/+90
* add some doxygen commentsNils Larsch2005-09-191-118/+665
* Fix for Win32.Dr. Stephen Henson2005-09-161-3/+3
* correct+extend publication infoBodo Möller2005-09-121-7/+7
* bugfix: register engine as default engine in ENGINE_set_default_DSANils Larsch2005-09-091-1/+1
* Remove warnings about signed vs. unsigned...Richard Levitte2005-09-051-2/+4
* Synchronise VMS build with Unixly build.Richard Levitte2005-09-051-0/+1
* fix function name in errorNils Larsch2005-09-033-3/+3
* Update print macro properly this time...Dr. Stephen Henson2005-09-031-1/+1
* Update ASN1 print implement macro.Dr. Stephen Henson2005-09-031-1/+1
* Update asn1t.h too for ASN1 print.Dr. Stephen Henson2005-09-031-1/+1
* Update to ASN1 printing code.Dr. Stephen Henson2005-09-032-4/+32
* Two new verify flags functions.Dr. Stephen Henson2005-09-022-0/+14
* fix typo in sbgp namesNils Larsch2005-09-024-32/+32
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-0115-36/+58
* Return 2 from X509_NAME printing routine to add newline.Dr. Stephen Henson2005-09-011-1/+1
* Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson2005-09-015-0/+26
* Synchronise with Unixly build.Richard Levitte2005-09-011-1/+1
* Initial support for ASN1 print code.Dr. Stephen Henson2005-09-016-22/+64
* Integrated support for PVK files.Dr. Stephen Henson2005-08-314-2/+990
* Last synchronisationn with Unixly build. I hope...Richard Levitte2005-08-301-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-2821-71/+78
* More synchronisation with the Unixly build.Richard Levitte2005-08-281-1/+1
* Synchronise with Unix changes.Richard Levitte2005-08-271-1/+1
* avoid potential spurious BN_free()Bodo Möller2005-08-231-2/+4