HP/UX 11i make gets upset by this line containing nothing but a Tab
[openssl.git] / crypto /
2003-01-02 Andy PolyakovComplete integration of SPARC assembler DES implementat...
2003-01-02 Andy PolyakovUltraSPARC assembler DES implementation tune-up. The...
2003-01-02 Andy PolyakovVery old submission (from 2000) of UltraSPARC assembler...
2003-01-02 Andy PolyakovI implemented this when troubleshooting performance...
2003-01-01 Richard LevitteAdjust the parameter lists in some not commonly used...
2003-01-01 Richard LevitteMake sure the last character of the ASN.1 time string...
2002-12-29 Ben LaurieCorrect asm exclusions.
2002-12-29 Richard LevitteOS/2 does binary by default, apparently.
2002-12-29 Richard Levittemake update
2002-12-29 Richard LevitteFinally get rid of all the algorithm inclusions that...
2002-12-28 Richard Levittemake update
2002-12-28 Richard LevitteMerge from 0.9.7-stable.
2002-12-27 Andy PolyakovUltraSPARC performance "tune-up."
2002-12-23 Richard LevitteFinally, a bn_div_words() in VAX assembler that goes...
2002-12-20 Richard LevitteMake AES_ENCRYPT and AES_DECRYPT macros instead of...
2002-12-20 Andy PolyakovFix for "shift count too large" when compiling for...
2002-12-20 Richard LevitteMore accurate comments.
2002-12-20 Richard LevitteA little debugging.
2002-12-20 Richard LevittePropagate MAKEDEPPROG to the subdirs under crypto/.
2002-12-20 Richard LevitteKeep the internal lowercase 'surname', for programmer...
2002-12-20 Richard LevitteBe consistent with capitalisation of object names.
2002-12-20 Richard LevitteBe consistent with capitalisation of object names.
2002-12-18 Andy PolyakovFix for RT#405, Solaris refuses to invoke preprocessor...
2002-12-17 Andy PolyakovMake "perl des-586.pl a.out" work, see RT#402
2002-12-15 Richard LevitteSynchronise with Makefiles.
2002-12-15 Andy PolyakovDES PIC-ification. "Cygwin" companion. Problem was...
2002-12-15 Richard LevitteDon't define macros in terms of asm() when __STRICT_ANS...
2002-12-15 Richard LevitteBring des_locl.h at the same level as in the 0.9.7...
2002-12-15 Andy PolyakovOoops! No ROTATE on some platforms after x86_64 perform...
2002-12-14 Andy PolyakovAs you might have noticed I tried to change for . prefi...
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-14 Andy PolyakovDES PIC-ification. Windows companion.
2002-12-13 Geoff ThorpeThe ampersand is not required in these constructs,...
2002-12-13 Andy PolyakovIA-32 assembler modules (primarily DES) PIC-ification...
2002-12-11 Richard LevitteIn CRYPTO_lock(), check that the application cares...
2002-12-11 Richard Levittesk_*_push() returns the number of items on the stack...
2002-12-11 Richard LevitteLet's not forget the other places where HEADER_DES_H...
2002-12-11 Richard LevitteLet's not forget the other places where HEADER_DES_H...
2002-12-11 Richard LevitteSince HEADER_DES_H has been the protector of des.h...
2002-12-10 Richard LevitteA memset() too many got converted into a OPENSSL_cleanse().
2002-12-09 Richard Levittemake update
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-08 Richard LevitteImplement a stateful variant if the ZLIB compression...
2002-12-06 Andy PolyakovWorkaround for GCC-ia64 compiler bug.
2002-12-06 Richard LevitteSome compilers are quite picky about non-void functions...
2002-12-05 Richard LevitteSSL_CERT_FILE should be used in place of the system...
2002-12-05 Richard LevitteMake sure to implement the cryptodev engine only when...
2002-12-05 Richard Levittemake update
2002-12-05 Richard LevitteMake sure using SSL_CERT_FILE actually works, and has...
2002-12-05 Richard LevitteOnly check for a result buffer if the allocated string...
2002-12-04 Richard LevitteDo not implement RC4 stuff if RC4 is disabled. Concequ...
2002-12-04 Bodo MöllerIn ECPKParameters_print, output the private key length...
2002-12-04 Bodo MöllerDon't compute timings here, we can do this elsewhere.
2002-12-04 Dr. Stephen HensonMake ASN1_TYPE_get() work for V_ASN1_NULL type.
2002-12-04 Dr. Stephen HensonTypo in X509v3_get_ext_by_critical
2002-12-03 Dr. Stephen HensonIn asn1_d2i_read_bio, don't assume BIO_read will
2002-12-03 Richard LevitteMake CRYPTO_cleanse() independent of endianness.
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-12-02 Richard LevitteI think I got it now. Apparently, the case of having...
2002-12-02 Richard LevitteMake some names consistent.
2002-12-02 Richard LevitteThrough some experimentation and thinking, I think...
2002-12-01 Richard LevitteSmall bugfix: even when r == d, we need to adjust r...
2002-12-01 Richard LevitteEXIT() needs to be in a function that returns int.
2002-12-01 Richard LevitteRedo the VAX assembler version of bn_div_words().
2002-11-29 Richard LevitteRemove incorrect assert.
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 Richard LevitteUnused variable removed.
2002-11-27 Richard LevitteExtra ; removed.
2002-11-27 Richard LevitteAdd OPENSSL_cleanse() to help cleanse memory and avoid...
2002-11-26 Richard LevitteThe logic in the main signing and verifying functions...
2002-11-23 Bodo Möllerrename some functions to improve consistency
2002-11-22 Bodo Mölleradd a comment
2002-11-20 Bodo Mölleravoid uninitialized memory read
2002-11-20 Bodo MöllerMake ec_GFp_simple_point_get_affine_coordinates() faster
2002-11-19 Richard LevitteFix an unsigned/signed mismatch.
2002-11-18 Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
2002-11-18 Richard LevitteDetermine HZ exactly as in apps/speed.c.
2002-11-18 Bodo Möllerremove redundant functions
2002-11-18 Bodo Mölleruse consistent order of function definitions
2002-11-18 Bodo Möllerfix memory leak in memory debuggin code ...
2002-11-18 Richard LevitteA variable of type time_t is supposed to be a time...
2002-11-16 Richard LevitteI forgot this is compiled in test/, not crypto/ec/...
2002-11-15 Richard LevitteWinCE patches
2002-11-15 Bodo Möllerthis method does not need field_data1
2002-11-15 Richard Levittemake update
2002-11-15 Richard LevitteA few more Microsoft OIDs added
2002-11-15 Dr. Stephen HensonAdd SETWRAP modifier to ASN1 generate.
2002-11-14 Richard Levittemake update
2002-11-14 Richard LevitteClose the implicitely opened registry key.
2002-11-14 Richard LevitteRemove warnings.
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-14 Bodo Möllerfix output
2002-11-14 Bodo Mölleruse new BIO_indent() function here as well
2002-11-14 Richard LevitteHandle last lines that aren't properly terminated.
2002-11-14 Dr. Stephen HensonFix get_email: 0 is a valid return value
2002-11-13 Richard Levittefree() -> OPENSSL_free()
2002-11-13 Richard LevitteMerge from 0.9.7-stable.
next