openssl.git
2003-02-19 Richard LevitteSecurity fix: Vaudenay timing attack on CBC.
2003-02-19 Richard LevitteMake sure the memory allocation routines check for...
2003-02-19 Richard LevitteBorland C++ Builder 5 complains about unreachable state...
2003-02-19 Dr. Stephen... Update debub-steve* entries.
2003-02-18 Dr. Stephen... Typo.
2003-02-18 Richard LevitteMake the no-err option work properly
2003-02-16 Bodo MöllerRemove "+Olibcalls" option from HPUX targets.
2003-02-15 Geoff ThorpeSession cache implementations shouldn't have to access...
2003-02-15 Geoff ThorpeDeclare prototypes for function pointer types, even...
2003-02-15 Dr. Stephen... Update docs.
2003-02-15 Dr. Stephen... Single pass processing to cleartext S/MIME signing.
2003-02-15 Geoff ThorpeWe cache a montgomery form for 'n' if the PUBLIC flag...
2003-02-14 Geoff ThorpeDavid Brumley <dbrumley@stanford.edu> noted and correct...
2003-02-14 Bodo Möllermake update
2003-02-14 Richard LevitteAdd support for IA64.
2003-02-14 Richard LevitteHandle krb5 libraries separately and make sure only...
2003-02-14 Richard LevitteUpdate linux-mips and linux-mipsel to support threads...
2003-02-14 Richard LevittePay attention to disabled SSL versions.
2003-02-14 Richard LevitteChange no_rmd160 to no_ripemd for consistency.
2003-02-14 Richard LevitteMake it possible to disable OCSP, the speed application...
2003-02-13 Richard LevitteAdd full support for -rpath/-R, both in shared librarie...
2003-02-13 Richard LevitteAnother long name to deal with
2003-02-13 Richard LevitteOh, the destest program did look at the return value...
2003-02-12 Bodo Möllernew lock for EC_PRE_COMP structures
2003-02-12 Bodo MöllerAllow EC_GROUP objects to share precomputation for...
2003-02-12 Richard LevitteAdjust DES_cbc_cksum() so the returned value is the...
2003-02-12 Dr. Stephen... Option to disable SSL auto chain build
2003-02-12 Bodo Möllercomments
2003-02-11 Bodo Möllerfirst section is now "Changes between 0.9.7a and 0...
2003-02-11 Dr. Stephen... GeneralString support in mini-ASN1 compiler
2003-02-10 Dr. Stephen... Typo.
2003-02-10 Richard LevitteMake sure memcpy() is properly declared by including...
2003-02-08 Bodo Möllerfix EC_GROUP_copy for EC_GFp_nist_method()
2003-02-08 Bodo Mölleravoid coredump
2003-02-08 Bodo Möllerremove debugging leftovers
2003-02-07 Bodo Möllercomment
2003-02-06 Bodo Möllertypo
2003-02-06 Richard LevittePKCS#1 has a new RFC, which we do implement
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-02-05 Bodo Möllertypo in WIN16 section
2003-02-05 Bodo MöllerSSL_add_dir_cert_subjects_to_stack now exists for WIN32
2003-02-05 Dr. Stephen... IPv6 display and input support for extensions usingh...
2003-02-04 Bodo Möllertypo
2003-02-04 Bodo MöllerUpdate PRNG entry:
2003-02-01 Ben LaurieOld-style callbacks can be NULL!
2003-02-01 Ben LaurieFix warning.
2003-01-31 Richard LevitteWe can't say in advance what the argument to BIO_socket...
2003-01-30 Richard LevitteDocument -engine where missing.
2003-01-30 Richard LevitteA few small bugs with BIO popping.
2003-01-30 Richard LevitteThe util scripts need to handled no-hw.
2003-01-30 Richard LevitteThe MASM situation is more difficult than described...
2003-01-30 Richard LevitteFor VC++7 and up, the file is VSVARS32.BAT.
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard Levittemake update
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Geoff ThorpeSummarise the last couple of commits.
2003-01-30 Geoff ThorpeThis glues the GMP wrapper ENGINE into OpenSSL if it...
2003-01-30 Geoff ThorpeCommit a slightly modified version of an old experiment...
2003-01-30 Geoff Thorpe"openssl engine" will not display ENGINE/DSO load failu...
2003-01-30 Richard LevitteSmall typo, OENSSL should really be spelled OPENSSL.
2003-01-30 Richard LevitteFix a memory leak in SSL.
2003-01-30 Richard Levittecert_sk isn't always allocated, so freeing it may cause...
2003-01-29 Richard LevitteDVCS (see RFC 3029) was missing among the possible...
2003-01-28 Bodo Möllersimplify
2003-01-26 Dr. Stephen... Correct EVP_SealInit() documentation, iv is an output
2003-01-25 Bodo Möllercofactor is optional in parameter encodings
2003-01-24 Bodo Möllerconsistency
2003-01-24 Bodo MöllerFor ecdsa-with-SHA1, as for id-dsa-with-sha1, omit...
2003-01-24 Andy PolyakovProvide "dummy" &main::picmeup even in Windows perlasm...
2003-01-24 Dr. Stephen... Check return value of gmtime() and add error codes
2003-01-23 Andy PolyakovWorkaround for lame compiler bug introduced in "CPU...
2003-01-23 Andy PolyakovThe patch speaks for itself.
2003-01-23 Richard LevitteMissing 0 broke FreeBSD build.
2003-01-21 Bodo Möllerfix warnings
2003-01-19 Andy PolyakovSuggestion was to change ${MACHINE} to i586 in lines...
2003-01-19 Andy PolyakovThis is an *initial* tune-up. This update puts Itanium2...
2003-01-19 Andy PolyakovOops! Missed closing quote... Didn't have time to verif...
2003-01-18 Andy PolyakovSCO target missed .so suffix.
2003-01-18 Andy Polyakov-lresolv is not present on SCO Unix, RT#460.
2003-01-18 Andy PolyakovCaldera/SCO targets erroneously limit themselves to...
2003-01-18 Andy PolyakovFix for AIX shared build, see RT#463.
2003-01-17 Dr. Stephen... EVP_DecryptInit() should call EVP_CipherInit() not...
2003-01-16 Richard LevitteIngore the correct flag file.
2003-01-16 Richard LevitteA few more files to ignore
2003-01-16 Richard Levittemake update
2003-01-16 Richard LevitteFreeBSD has /dev/crypto as well.
2003-01-16 Richard LevitteAdd some debugging output.
2003-01-16 Lutz JänickeArmor against systems without ranlib...
2003-01-16 Bodo Mölleravoid potential confusion about curves (prime192v1...
2003-01-16 Richard Levittemake update
2003-01-16 Lutz Jänickencr-scde target needs -lc89 for strcasecmp() and ftime...
2003-01-16 Richard LevitteFix possible NULL dereferencial.
2003-01-15 Richard LevitteAdd verbosity
2003-01-15 Lutz JänickeFix initialization sequence to prevent freeing of uniti...
2003-01-15 Bodo Möllerupdate error library for EC... changes
2003-01-15 Lutz JänickeReally fix SSLv2 session ID handling
2003-01-15 Geoff ThorpeAs with RSA, which was modified recently, this change...
2003-01-14 Dr. Stephen... Set EXPORT_VAR_AS_FN for BC-32 to work around a compile...
2003-01-14 Richard LevitteExtend the HOWTO on creating certificates, and add...
2003-01-14 Lutz JänickeDocument hpux-parisc2-cc problems, probably due to...
next