aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-1287-585/+510
* Tolerate -----BEGIN PKCS #7 SIGNED DATA----- header lines as used by someDr. Stephen Henson2008-11-112-0/+4
* Update from stable branch.Dr. Stephen Henson2008-11-111-0/+1
* symbol deobnoxificationBodo Möller2008-11-111-4/+4
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-101-3/+3
* PR: 1777Dr. Stephen Henson2008-11-052-6/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-05131-131/+131
* Don't use clobbered 'i' for checking UTCTime and GeneralizedTime length.Dr. Stephen Henson2008-11-051-2/+2
* Only one of these needs to be signed.Ben Laurie2008-11-041-4/+6
* Formatting.Ben Laurie2008-11-041-2/+1
* Minor perlasm updates.Andy Polyakov2008-11-032-5/+9
* Not sure about this one... seems to be needed to make 64 bit releaseDr. Stephen Henson2008-11-021-2/+2
* Fix prototypes.Dr. Stephen Henson2008-11-021-5/+5
* Use stddef.h to pick up size_t def.Dr. Stephen Henson2008-11-021-1/+1
* Fix prototypes.Dr. Stephen Henson2008-11-021-2/+2
* Update HMAC functions to return an error where relevant.Dr. Stephen Henson2008-11-022-32/+61
* Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson2008-11-023-15/+18
* Fix asserts. Fix incorrect dependency.Ben Laurie2008-11-024-15/+10
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-023-4/+6
* Fix warnings.Ben Laurie2008-11-023-10/+14
* Fix warning.Ben Laurie2008-11-021-1/+7
* Fix bss_log.c on Windows.Andy Polyakov2008-11-011-41/+12
* More size_tification.Ben Laurie2008-11-0144-194/+207
* size_tification.Ben Laurie2008-11-0143-292/+345
* Fix SHA512 and optimize BN for mingw64.Andy Polyakov2008-11-012-2/+4
* Fix warnings after commit#17578.Andy Polyakov2008-10-311-1/+1
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov2008-10-318-46/+175
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-3113-58/+58
* Add install target to crypto/jpake/MakefileDr. Stephen Henson2008-10-311-0/+8
* randfile.c: .rnd can become orphaned on VMS.Andy Polyakov2008-10-281-23/+43
* ec2_mult.c readability update.Andy Polyakov2008-10-281-9/+10
* Minor clean-up in bn_lib.c: constification and optimization.Andy Polyakov2008-10-281-3/+3
* Fix crash in BN_rshift.Andy Polyakov2008-10-281-1/+1
* Harmonize Camellia API with version 1.x.Andy Polyakov2008-10-283-7/+23
* Camellia update. Quoting camellia.c:Andy Polyakov2008-10-286-1865/+559
* x86_64-xlate.pl update: refine SEH support.Andy Polyakov2008-10-281-30/+85
* Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2008-10-271-1/+2
* Fix warnings and various issues.Dr. Stephen Henson2008-10-274-90/+119
* Add JPAKE.Ben Laurie2008-10-2612-11/+941
* Add permanentIdentifier OID.Dr. Stephen Henson2008-10-224-5/+18
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-2210-80/+66
* Apparently '__top' is also risky, obfuscate further. (All this toGeoff Thorpe2008-10-221-4/+4
* Use of a 'top' var creates "shadow variable" warnings.Geoff Thorpe2008-10-221-4/+4
* Reinstate obj_xref.h as it is not auto generated on all platforms.Dr. Stephen Henson2008-10-201-0/+75
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-206-27/+28
* Constification.Ben Laurie2008-10-192-5/+5
* Fix multiple ; warning.Dr. Stephen Henson2008-10-181-1/+1
* Fix warning a different way.Ben Laurie2008-10-181-4/+4
* Fix argument order in BN_nnmod call and implement rigorous boundaryAndy Polyakov2008-10-161-10/+99
* Optimize bn_correct_top.Andy Polyakov2008-10-151-3/+5