summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Minimal work-around for ./engine shared builds. "Minimal" means that IAndy Polyakov2004-05-313-10/+11
| | * 32-bit PA-RISC requires -Bsymbolic when linking libcrypto.sl. WithoutAndy Polyakov2004-05-311-2/+2
| | * Working on HP-UX shared support...Andy Polyakov2004-05-312-4/+4
| | * Mention new SHA algorithms in CHANGES. This completes the integration.Andy Polyakov2004-05-311-0/+3
| | * Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.Andy Polyakov2004-05-311-1/+1
| | * make updateRichard Levitte2004-05-314-7/+101
| | * 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
| | * Make sha-256/-512 naming in speed.c consistent with their names as theyAndy Polyakov2004-05-311-5/+5
| | * 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-302-4/+9
| | * Typo in linux-ppc64 target.Andy Polyakov2004-05-292-2/+2
| | * gcc -Wcast-qual clean-up.Andy Polyakov2004-05-291-3/+4
| | * hpux-shared rules to cover even for GNU ld.Andy Polyakov2004-05-281-2/+8
| | * Unified hpux-shared rule. Verified with both 32- and 64-bit builds andAndy Polyakov2004-05-282-68/+29
| | * 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
| | * Attempt to unify hpux-shared rules. More adjustments might be requiredAndy Polyakov2004-05-272-25/+27
| | * 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-262-2/+3
| | * Documentation note for Win32 glue between BIO layer and compiler run-time.Andy Polyakov2004-05-251-0/+21
| | * Framework for glueing BIO layer and Win32 compiler run-time. Goal is toAndy Polyakov2004-05-254-0/+404
| | * make updateRichard Levitte2004-05-253-3/+31
| | * Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMPRichard Levitte2004-05-201-6/+7
| | * SHA-256/-512 test and benchmark.Andy Polyakov2004-05-202-5/+85
| | * While size_t-fying let's not forget to update documentation:-)Andy Polyakov2004-05-201-1/+1
| | * 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 unused function from libeay.num, replace with oneDr. Stephen Henson2004-05-191-2/+1
| | * Delete obsolete and unimplemented function.Dr. Stephen Henson2004-05-191-4/+0
| | * Add SHA256 and SHA512 algorithms to mkdef.pl.Dr. Stephen Henson2004-05-191-2/+2
| | * 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-1734-3244/+3042
| | * Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-1721-9/+33
| | * Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-177-2/+6
| | * 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
| | * The inclusion of bn.h from the engine.h API header has been deprecated, soGeoff Thorpe2004-05-178-0/+8
| | * Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-176-8/+11
| | * 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
| | * Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson2004-05-152-4/+7