openssl.git
2002-12-12 Richard LevitteDocument the modifications in 0.9.7 that will make...
2002-12-11 Geoff ThorpeMake 'tunala' link with zlib if possible (so it works...
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-11 Geoff ThorpeThis stops a compiler warning from -Wmissing-prototypes.
2002-12-10 Lutz JänickeUpdate -Olimit setting.
2002-12-10 Ralf S. Engelschalltest commit (just removing tailing blanks) #2 after...
2002-12-10 Ralf S. Engelschalltest commit (removing trailing blanks) after migration
2002-12-10 Ralf S. Engelschalltest blank-line commit after migration -- just ignore
2002-12-10 Richard LevitteA memset() too many got converted into a OPENSSL_cleanse().
2002-12-09 Andy PolyakovBN_sqr test failure entry.
2002-12-09 Lutz JänickeFix wrong URI.
2002-12-09 Richard Levittemake update
2002-12-09 Richard LevitteHmm, Geoff's change made things quite interesting....
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Richard LevitteSince it's defined in draft-ietf-tls-compression-04...
2002-12-08 Geoff ThorpeUndefine OPENSSL_NO_DEPRECATED inside openssl applicati...
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-08 Geoff ThorpeFix a warning, and do some constification as a lucky...
2002-12-08 Richard LevitteSince it's defined in draft-ietf-tls-compression-04...
2002-12-08 Richard LevitteImplement a stateful variant if the ZLIB compression...
2002-12-07 Richard LevitteForgot one.
2002-12-07 Richard LevitteAdd a few items I intend to work on for 0.9.8 and on.
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-06 Richard LevitteApparently, bash is more forgiving than sh. To be...
2002-12-06 Richard LevitteKeep NEWS in HEAD up to date.
2002-12-05 Richard LevitteKeep STATUS in HEAD up to date.
2002-12-05 Richard LevitteMerge in relevant changes from the OpenSSL 0.9.6h release.
2002-12-05 Richard LevitteSSL_CERT_FILE should be used in place of the system...
2002-12-05 Richard LevitteCorrected DJGPP patch
2002-12-05 Andy Polyakovlinux64-sparcv9 support finally debugged and tested.
2002-12-05 Richard LevitteMake sure to implement the cryptodev engine only when...
2002-12-05 Richard Levittemake update
2002-12-05 Richard LevitteDeclare another general file.
2002-12-05 Richard LevitteAllow users to modify /MD to /MT.
2002-12-05 Richard LevitteMake sure using SSL_CERT_FILE actually works, and has...
2002-12-05 Richard LevitteIf an application supports static locks, it MUST suppor...
2002-12-05 Richard LevittePR: 381
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 Richard Levittegethostname() is more a BSD feature than an XOPEN one.
2002-12-04 Richard LevitteCorrect a few typos that I introduced after applying...
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 Lutz JänickeMissing ")"
2002-12-04 Richard LevitteDJGPP patches.
2002-12-04 Richard LevitteAdd support for x86_64.
2002-12-04 Richard LevitteA gcc 3.0 bug is triggered by our code. Add a section...
2002-12-04 Dr. Stephen... Make ASN1_TYPE_get() work for V_ASN1_NULL type.
2002-12-04 Dr. Stephen... Typo in X509v3_get_ext_by_critical
2002-12-03 Dr. Stephen... In asn1_d2i_read_bio, don't assume BIO_read will
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
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 Levittedefine USE_SOCKETS so sys/param.h gets included (and...
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 LevitteMake it so all names mentioned in the NAME section...
2002-11-29 Richard LevitteCorrect some names.
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 LevitteMake sure EXIT() can always be used as one statement.
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 LevitteI forgot that @ in strings must be escaped in Perl
2002-11-26 Richard LevitteThe logic in the main signing and verifying functions...
2002-11-26 Richard LevitteHeimdal isn't really supported right now. Say so,...
2002-11-26 Richard LevitteSmall bugfixes to the KSSL implementation.
2002-11-26 Richard LevitteHeimdal isn't really supported right now. Say so,...
2002-11-23 Bodo Möllerrename some functions to improve consistency
2002-11-22 Bodo Mölleradd a comment
2002-11-22 Richard LevitteDisable this module if OPENSSL_NO_SOCK is defined.
2002-11-22 Richard LevitteTypo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
2002-11-21 Richard LevitteMention a current showstopper
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-20 Lutz JänickeFix bug introduced by the attempt to fix client side...
2002-11-19 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-19 Richard LevitteIt works on my laptop :-).
2002-11-19 Richard Levittemake update
2002-11-19 Richard LevitteFix an unsigned/signed mismatch.
2002-11-19 Richard LevitteUpdate STATUS
2002-11-18 Richard LevitteAdd news items for 0.9.6h and expand on the 0.9.7 news...
2002-11-18 Richard LevitteDocument the addition of certificate pairs.
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 Richard LevitteMake sure sysconf exists (it doesn't in the VMS C RTL...
2002-11-18 Bodo Möllerremove redundant functions
2002-11-18 Bodo Mölleruse consistent order of function definitions
next