Constify the RSAref glue code.
[openssl.git] / ssl /
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...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-27 Bodo MöllerBugfix: clear error queue after ignoring ssl_verify_cer...
2000-05-25 Bodo Möllertypo
2000-05-25 Bodo MöllerImplement SSL_OP_TLS_ROLLBACK_BUG for servers.
2000-05-21 Bodo MöllerAvoid sprintf
2000-05-21 Bodo MöllerAvoid sprintf.
2000-05-21 Bodo MöllerAvoid sprintf, and harmonize indentation.
2000-05-21 Bodo MöllerAvoid sprintf.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-09 Richard Levitte"make update"
2000-04-06 Bodo MöllerIn theory, TLS v1 ciphersuites are not the same as...
2000-04-06 Bodo MöllerAvoid memory leak.
2000-03-27 Bodo MöllerComments for SSL_get_peer_cert_chain inconsistency.
2000-03-26 Bodo MöllerNeXT workaround.
2000-03-14 Bodo MöllerUse correct function names in SSLerr macros.
2000-03-13 Bodo MöllerUpdate usage info
2000-03-13 Bodo MöllerUpdate test suite so that 'make test' succeeds in ...
2000-03-13 Bodo MöllerCopy DH key (if available) in addition to the bare...
2000-03-13 Bodo MöllerConnection timings (using ISO C function clock()).
2000-03-12 Bodo Möllercleaning up a little
2000-03-10 Bodo MöllerAlways use fixed DH parameters created with 'dhparam...
2000-03-06 Bodo MöllerFix the indentation, and avoid a compiler warning.
2000-03-06 Richard LevitteLet's not lie to the people.
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-02-27 Richard LevitteNew logical names to skip algorithms are now supported.
2000-02-26 Dr. Stephen HensonFix shadow warning.
2000-02-25 Richard LevitteSome time in history, SSL_CTX_sessions() disappeared...
2000-02-25 Bodo MöllerUse unsigned loop index to make compilers happy
2000-02-25 Bodo MöllerThe previous revision should have generated _more_...
2000-02-25 Geoff ThorpeMore VC++ pickiness. (destest.c doesn't have a "return...
2000-02-25 Bodo MöllerAdd OpenSSL licen[cs]e.
2000-02-25 Bodo MöllerFix off-by-one error :-)
2000-02-25 Bodo MöllerFix warnings by using unsigned int where appropriate.
2000-02-25 Ulf Möllersigned/unsigned mismatch (VC++)
2000-02-25 Dr. Stephen HensonAllow code which calls RSA temp key callback to cope
2000-02-24 Richard LevitteRemove structures that are no longer used.
2000-02-24 Ulf Möllernicer manpages
2000-02-24 Ralf S. EngelschallAdd missing prototypes for new functions
2000-02-24 Ulf MöllerFix NO_RSA (misplaced #endif).
2000-02-23 Richard Levittemake update
2000-02-23 Dr. Stephen HensonAllow ADH to be used but not present in the default...
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-21 Bodo MöllerWorkarounds to make broken programs happy (such as...
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-21 Bodo MöllerMove ssl3_do_write from s3_pkt.c to s3_both.c.
2000-02-21 Bodo MöllerMove MAC computations for Finished from ssl3_read_bytes...
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-20 Bodo MöllerWorkaround for irrelevant problem.
2000-02-20 Bodo Möllerignore Client Hellos when we're in handshake anyway
2000-02-20 Bodo MöllerTolerate fragmentation and interleaving in the SSL...
2000-02-17 Ben LaurieGet rid of evil cast.
2000-02-15 Dr. Stephen HensonFix for Netscape "hang" bug.
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-04 Bodo MöllerReport progress as in dsatest.c when creating a DHE...
2000-02-04 Bodo MöllerUse correct, not American spelling.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-26 Bodo MöllerSome comments added, and slight code clean-ups.
2000-01-24 Bodo MöllerAvoid a race condition.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-22 Dr. Stephen HensonMinor patch: check only match @STRENGTH and remove...
2000-01-22 Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
2000-01-21 Bodo MöllerDon't "goto err" in client_master_key because no such...
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-21 Ulf MöllerSome more ifdefs for no-xxx options.
2000-01-18 Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
2000-01-17 Richard LevittePrepare for a possible disabling of certain messages...
2000-01-17 Richard LevitteIt doesn't make sense to try see if these variables...
2000-01-16 Bodo MöllerSSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL...
2000-01-16 Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
next