summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-12-11In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte
2002-12-11sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte
2002-12-11Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte
2002-12-11Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte
2002-12-11Since HEADER_DES_H has been the protector of des.h since libdesRichard Levitte
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte
2002-12-09make updateRichard Levitte
2002-12-08Nils Larsch submitted;Geoff Thorpe
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-12-08Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte
2002-12-06Workaround for GCC-ia64 compiler bug.Andy Polyakov
2002-12-06Some compilers are quite picky about non-void functions that don't returnRichard Levitte
2002-12-05SSL_CERT_FILE should be used in place of the system default file, not asRichard Levitte
2002-12-05Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte
2002-12-05make updateRichard Levitte
2002-12-05Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte
2002-12-05Only check for a result buffer if the allocated string is a prompt string.Richard Levitte
2002-12-04Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte
2002-12-04In ECPKParameters_print, output the private key length correctlyBodo Möller
2002-12-04Don't compute timings here, we can do this elsewhere.Bodo Möller
2002-12-04Make ASN1_TYPE_get() work for V_ASN1_NULL type.Dr. Stephen Henson
2002-12-04Typo in X509v3_get_ext_by_criticalDr. Stephen Henson
2002-12-03In asn1_d2i_read_bio, don't assume BIO_read willDr. Stephen Henson
2002-12-03Make CRYPTO_cleanse() independent of endianness.Richard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-12-02I think I got it now. Apparently, the case of having to shift downRichard Levitte
2002-12-02Make some names consistent.Richard Levitte
2002-12-02Through some experimentation and thinking, I think I finally got theRichard Levitte
2002-12-01Small bugfix: even when r == d, we need to adjust r and q.Richard Levitte
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte
2002-12-01Redo the VAX assembler version of bn_div_words().Richard Levitte
2002-11-29Remove incorrect assert.Richard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-27Unused variable removed.Richard Levitte
2002-11-27Extra ; removed.Richard Levitte
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
2002-11-26The logic in the main signing and verifying functions to check lengths wasRichard Levitte
2002-11-23rename some functions to improve consistencyBodo Möller
2002-11-22add a commentBodo Möller
2002-11-20avoid uninitialized memory readBodo Möller
2002-11-20Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller
2002-11-19Fix an unsigned/signed mismatch.Richard Levitte
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte
2002-11-18Determine HZ exactly as in apps/speed.c.Richard Levitte
2002-11-18remove redundant functionsBodo Möller
2002-11-18use consistent order of function definitionsBodo Möller
2002-11-18fix memory leak in memory debuggin code ...Bodo Möller
2002-11-18A variable of type time_t is supposed to be a time measurement starting atRichard Levitte