summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2004-06-17BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe
2004-06-15Making some values explicitely unsigned was derived from ongoing workRichard Levitte
2004-06-15Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte
2004-06-14Correct the return codes for ecdsatest.Geoff Thorpe
2004-06-11SHA fails to compile on x86_64 if compiled with custom flags, withoutAndy Polyakov
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe
2004-05-31Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.Andy Polyakov
2004-05-31make updateRichard Levitte
2004-05-31EVP bindings to new SHA algorithms.Andy Polyakov
2004-05-31objects.txt update for SHA-224/-256/-384/-512. SHA-224 ids still appearAndy Polyakov
2004-05-31Typo in commentary section.Andy Polyakov
2004-05-31Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov
2004-05-31Kill unused macro and reimplement it for that single context it canAndy Polyakov
2004-05-30SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte
2004-05-29gcc -Wcast-qual clean-up.Andy Polyakov
2004-05-28Make sure we return 0 if test passed.Andy Polyakov
2004-05-28Eliminate compiler warnings and throw in performance table.Andy Polyakov
2004-05-27SHA-224 test vectors added.Andy Polyakov
2004-05-27Since num is now a size_t, it's not necssary to check for less than 0,Richard Levitte
2004-05-26Synchronise VMS with the Unixly Malefiles.Richard Levitte
2004-05-25make updateRichard Levitte
2004-05-20SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2Andy Polyakov
2004-05-20Stress collector/padding function.Andy Polyakov
2004-05-20Final API adaptation. Final, "all openssl" performance numbers [not mixtureAndy Polyakov
2004-05-19Delete obsolete and unimplemented function.Dr. Stephen Henson
2004-05-19X509_policy_lib_init is declared but not defined, so it raises havocRichard Levitte
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-05-17Because of recent reductions in header interdependencies, these files needGeoff Thorpe
2004-05-17I can't verify this directly, but recent changes will probably require thatGeoff Thorpe
2004-05-17Deprecate some recursive includes from the store.h API header, and put backGeoff Thorpe
2004-05-17Reduce dependencies on crypto.h by moving the opaque definition ofGeoff Thorpe
2004-05-17Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.Geoff Thorpe
2004-05-17Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov
2004-05-15Make some more API types opaquely available from ossl_typ.h, meaning theGeoff Thorpe
2004-05-15This file implements various functions that have since been redefined asGeoff Thorpe
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2004-05-14Reimplement old functions, so older software that link to libcryptoRichard Levitte
2004-05-13Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.Richard Levitte
2004-05-13SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov
2004-05-06SSE2 SHA512_Transform implementation. No, it's not used anywhere yet andAndy Polyakov
2004-05-06SSE2 accelerated bn_mul_add_words. Code is currently disabled till properAndy Polyakov
2004-05-06Support for IA-32 SSE2 instruction set.Andy Polyakov
2004-05-06When the pointer 'from' changes, it's stored length needs to change asRichard Levitte
2004-05-04Fix realloc usage in ec_curve.cGeoff Thorpe
2004-04-28The new BN_CTX code makes this sort of abuse unnecessary.Geoff Thorpe
2004-04-27Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov
2004-04-27Make ASN1 code work again...Dr. Stephen Henson
2004-04-27With the new dynamic BN_CTX implementation, there should be no need forGeoff Thorpe
2004-04-26The problem of rsa key-generation getting stuck in a loop for (pointlessly)Geoff Thorpe