Update my status.
[openssl.git] / ssl /
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-15 Bodo Möllerpay attention to blocksize before attempting decryption
2001-06-07 Richard LevitteUse memmove() instead of memcpy() on areas that may...
2001-06-01 Bodo MöllerFix Bleichenbacher PKCS #1 1.5 countermeasure.
2001-05-10 Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
2001-05-07 Dr. Stephen HensonInitial CRL based revocation checking.
2001-04-08 Bodo MöllerAvoid assert() in the library.
2001-04-08 Richard LevitteResize a local buffer to accomodate the size requiremen...
2001-04-03 Bodo MöllerThis change should be suitable as a workaround for...
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-09 Bodo MöllerConsistently use 'void *' for SSL read, peek and write...
2001-03-08 Bodo Mölleradd ssl23_peek
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-03-02 Richard LevitteFor SSLv2, return the SSLv2 method, not the SSLv23...
2001-02-26 Richard Levittemake update
2001-02-23 Geoff ThorpeFix an oversight - when checking a potential session...
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22 Richard LevitteInclude e_os2.h instead of opensslconf.h.
2001-02-21 Geoff ThorpeIf a callback is generating a new session ID for SSLv2...
2001-02-21 Geoff ThorpeThis change allows a callback to be used to override...
2001-02-21 Geoff Thorpe'make update'
2001-02-20 Richard LevitteLet VMS catch up.
2001-02-20 Richard LevitteDEC C on VMS is pedantic by definition.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Ulf MöllerTemporary fix for build break.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2001-02-04 Ben LaurieMake depend.
2001-01-25 Dr. Stephen HensonZero the premaster secret after deriving the master...
2001-01-23 Bodo MöllerFor improved compatibility with 'strange' certificates...
2001-01-22 Ulf MöllerDefinition of NO_KRB5 in ssl.h for external applications.
2001-01-09 Geoff ThorpeMove all the existing function pointer casts associated...
2000-12-31 Richard LevitteIf OPENSSL_BUILD_SHLIBCRYPTO (for files that end up...
2000-12-31 Richard LevitteUhmm, the keyword TRUE does not exist of course...
2000-12-29 Richard LevitteCheck for deselection of KRB5. In fact, skip it comple...
2000-12-29 Richard Levitte"make update" plus a rewrite of both .num files.
2000-12-28 Richard LevitteUpdate VMS build procedures to match the current status.
2000-12-27 Bodo MöllerGet rid of unused error code.
2000-12-26 Bodo MöllerFinish SSL_peek/SSL_pending fixes.
2000-12-25 Bodo MöllerFix SSL_peek and SSL_pending.
2000-12-18 Bodo MöllerImport s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable...
2000-12-15 Bodo MöllerLocking issues.
2000-12-14 Bodo Möllertypo
2000-12-14 Bodo MöllerFirst step towards SSL_peek fix.
2000-12-12 Richard LevitteSSL_new() may potentially add a certfificate. Therefor...
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-04 Richard LevitteIt's completely unnecessary to add a compression algori...
2000-12-04 Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-03 Ben LaurieFix warnings.
2000-12-02 Ulf Möllerremove unused static function
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-12-01 Richard LevitteTypo corrected.
2000-12-01 Bodo Möller"make depend"
2000-11-30 Bodo MöllerCOMP_zlib should always be declared, even if it is...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-30 Richard LevitteThe compression method may be undefined for some reason...
2000-11-30 Richard LevitteSimplify and provide the possibility to clean a compres...
2000-11-30 Richard Levittecomp_methods in a SSL_CTX points at an internal databas...
2000-11-30 Richard LevitteTurn off memory checking when loading new compression...
2000-11-30 Richard LevitteMake it possible to test SSL compression
2000-11-29 Bodo Möllermark a bug
2000-11-29 Lutz JänickeStore verify_result with sessions to avoid potential...
2000-11-28 Bodo MöllerComments on SSL_peek deficiencies
2000-11-28 Bodo MöllerDisable SSL_peek until it is fixed.
2000-11-26 Bodo Möllermodular arithmetics
2000-11-17 Bodo MöllerIncrease permissible ClientKeyExchange message length.
2000-11-17 Bodo Möllerinclude 'err' label only when it is actually used
2000-11-17 Bodo Möllertag SSL_peek bugs
2000-11-16 Richard LevitteI've checked again and again. There really is no need...
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-06 Richard LevitteThe consequence of constification is that to pass the...
2000-10-22 Richard LevitteIf the functions get_dh*() are declared static, they...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-12 Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-09-26 Bodo MöllerSet s->read_ahead in SSL_new because SSL_clear no longe...
2000-09-26 Bodo MöllerDon't modify s->read_ahead in SSL_clear, which is calle...
2000-09-26 Bodo MöllerFix SSL_CTX_set_read_ahead macro.
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-22 Bodo MöllerAvoid protocol rollback.
2000-09-21 Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-12 Bodo MöllerNew SSL API mode 'SSL_MODE_AUTO_RETRY', which disables...
2000-09-07 Richard Levitte'make update'
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-07-29 Bodo MöllerDocument rollback issues.
2000-07-29 Bodo MöllerFix SSL 2.0 rollback checking: The previous implementat...
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-07-05 Richard LevitteBeautification
2000-07-02 Bodo MöllerFix code structure (if ... else if ... where both parts
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
next