aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.Andy Polyakov2004-05-311-1/+1
* make updateRichard Levitte2004-05-313-5/+99
* EVP bindings to new SHA algorithms.Andy Polyakov2004-05-313-1/+121
* objects.txt update for SHA-224/-256/-384/-512. SHA-224 ids still appearAndy Polyakov2004-05-311-0/+12
* Typo in commentary section.Andy Polyakov2004-05-311-1/+1
* Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov2004-05-313-39/+74
* Kill unused macro and reimplement it for that single context it canAndy Polyakov2004-05-312-55/+38
* SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte2004-05-301-2/+7
* gcc -Wcast-qual clean-up.Andy Polyakov2004-05-291-3/+4
* Make sure we return 0 if test passed.Andy Polyakov2004-05-282-0/+4
* Eliminate compiler warnings and throw in performance table.Andy Polyakov2004-05-281-16/+34
* SHA-224 test vectors added.Andy Polyakov2004-05-271-0/+56
* Since num is now a size_t, it's not necssary to check for less than 0,Richard Levitte2004-05-271-4/+4
* Synchronise VMS with the Unixly Malefiles.Richard Levitte2004-05-261-1/+1
* make updateRichard Levitte2004-05-251-0/+10
* SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2Andy Polyakov2004-05-203-12/+78
* Stress collector/padding function.Andy Polyakov2004-05-201-2/+18
* Final API adaptation. Final, "all openssl" performance numbers [not mixtureAndy Polyakov2004-05-201-21/+42
* Delete obsolete and unimplemented function.Dr. Stephen Henson2004-05-191-4/+0
* X509_policy_lib_init is declared but not defined, so it raises havocRichard Levitte2004-05-191-0/+2
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-1731-2201/+2039
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-1721-9/+33
* Because of recent reductions in header interdependencies, these files needGeoff Thorpe2004-05-172-0/+2
* I can't verify this directly, but recent changes will probably require thatGeoff Thorpe2004-05-171-0/+1
* Deprecate some recursive includes from the store.h API header, and put backGeoff Thorpe2004-05-173-1/+6
* Reduce dependencies on crypto.h by moving the opaque definition ofGeoff Thorpe2004-05-172-12/+26
* Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.Geoff Thorpe2004-05-173-1/+4
* Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov2004-05-173-0/+12
* Make some more API types opaquely available from ossl_typ.h, meaning theGeoff Thorpe2004-05-153-18/+39
* This file implements various functions that have since been redefined asGeoff Thorpe2004-05-151-0/+6
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-1539-82/+82
* Reimplement old functions, so older software that link to libcryptoRichard Levitte2004-05-142-2/+112
* Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.Richard Levitte2004-05-131-0/+3
* SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov2004-05-135-0/+973
* SSE2 SHA512_Transform implementation. No, it's not used anywhere yet andAndy Polyakov2004-05-061-0/+370
* SSE2 accelerated bn_mul_add_words. Code is currently disabled till properAndy Polyakov2004-05-061-0/+79
* Support for IA-32 SSE2 instruction set.Andy Polyakov2004-05-063-6/+160
* When the pointer 'from' changes, it's stored length needs to change asRichard Levitte2004-05-061-0/+5
* Fix realloc usage in ec_curve.cGeoff Thorpe2004-05-041-7/+8
* The new BN_CTX code makes this sort of abuse unnecessary.Geoff Thorpe2004-04-281-19/+15
* Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov2004-04-272-0/+2088
* Make ASN1 code work again...Dr. Stephen Henson2004-04-271-1/+1
* With the new dynamic BN_CTX implementation, there should be no need forGeoff Thorpe2004-04-271-6/+3
* The problem of rsa key-generation getting stuck in a loop for (pointlessly)Geoff Thorpe2004-04-261-2/+15
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-263-23/+28
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-255-204/+308
* Reformat/tidy some of the ASN1 code.Dr. Stephen Henson2004-04-242-473/+825
* Fix leak.Dr. Stephen Henson2004-04-221-0/+1
* Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe2004-04-211-3/+2
* Print the debug thingies on stderr instead of stdout. If for nothingRichard Levitte2004-04-201-13/+13