summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2008-11-12Revert commit #17603, it should have been part of #17617.Andy Polyakov
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-11Tolerate -----BEGIN PKCS #7 SIGNED DATA----- header lines as used by someDr. Stephen Henson
2008-11-11Update from stable branch.Dr. Stephen Henson
2008-11-11symbol deobnoxificationBodo Möller
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson
2008-11-05PR: 1777Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-05Don't use clobbered 'i' for checking UTCTime and GeneralizedTime length.Dr. Stephen Henson
2008-11-04Only one of these needs to be signed.Ben Laurie
2008-11-04Formatting.Ben Laurie
2008-11-03Minor perlasm updates.Andy Polyakov
2008-11-02Not sure about this one... seems to be needed to make 64 bit releaseDr. Stephen Henson
2008-11-02Fix prototypes.Dr. Stephen Henson
2008-11-02Use stddef.h to pick up size_t def.Dr. Stephen Henson
2008-11-02Fix prototypes.Dr. Stephen Henson
2008-11-02Update HMAC functions to return an error where relevant.Dr. Stephen Henson
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson
2008-11-02Fix asserts. Fix incorrect dependency.Ben Laurie
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson
2008-11-02Fix warnings.Ben Laurie
2008-11-02Fix warning.Ben Laurie
2008-11-01Fix bss_log.c on Windows.Andy Polyakov
2008-11-01More size_tification.Ben Laurie
2008-11-01size_tification.Ben Laurie
2008-11-01Fix SHA512 and optimize BN for mingw64.Andy Polyakov
2008-10-31Fix warnings after commit#17578.Andy Polyakov
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2008-10-31Add install target to crypto/jpake/MakefileDr. Stephen Henson
2008-10-28randfile.c: .rnd can become orphaned on VMS.Andy Polyakov
2008-10-28ec2_mult.c readability update.Andy Polyakov
2008-10-28Minor clean-up in bn_lib.c: constification and optimization.Andy Polyakov
2008-10-28Fix crash in BN_rshift.Andy Polyakov
2008-10-28Harmonize Camellia API with version 1.x.Andy Polyakov
2008-10-28Camellia update. Quoting camellia.c:Andy Polyakov
2008-10-28x86_64-xlate.pl update: refine SEH support.Andy Polyakov
2008-10-27Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson
2008-10-27Fix warnings and various issues.Dr. Stephen Henson
2008-10-26Add JPAKE.Ben Laurie
2008-10-22Add permanentIdentifier OID.Dr. Stephen Henson
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-22Apparently '__top' is also risky, obfuscate further. (All this toGeoff Thorpe
2008-10-22Use of a 'top' var creates "shadow variable" warnings.Geoff Thorpe
2008-10-20Reinstate obj_xref.h as it is not auto generated on all platforms.Dr. Stephen Henson
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson
2008-10-19Constification.Ben Laurie
2008-10-18Fix multiple ; warning.Dr. Stephen Henson
2008-10-18Fix warning a different way.Ben Laurie
2008-10-16Fix argument order in BN_nnmod call and implement rigorous boundaryAndy Polyakov