Some new symbols have very long names...
[openssl.git] / ssl /
2001-09-24 Bodo Möllercomment
2001-09-24 Bodo Mölleravoid everything resembling a magic trigraph
2001-09-21 Bodo Möllerbugfix: handle HelloRequest received during handshake...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-21 Bodo MöllerBugfix: correct cleanup after sending a HelloRequest
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-20 Bodo Möllerfix ssl3_accept: don't call ssl_init_wbio_buffer()...
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-09-14 Bodo Mölleradd comment
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-09-03 Bodo MöllerRename recently introduced functions for improved code...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-28 Geoff Thorpe(A version of) gcc had been giving somewhat odd "trigra...
2001-08-28 Ben LaurieFix SSL memory leak.
2001-08-25 Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-08-25 Lutz JänickeAllow client certificate lists > 16kB ("Douglas E....
2001-08-23 Lutz JänickeMore manual pages. Constify.
2001-08-21 Lutz JänickeChecked in from the wrong !@#$%&*() copy...
2001-08-19 Lutz JänickeAlert description strings for TLSv1 and documentation.
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-08-07 Bodo MöllerBugfix: larger message size in ssl3_get_key_exchange...
2001-08-07 Lutz JänickeFix typos (shinagawa@star.zko.dec.com)
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-03 Lutz JänickeDon't disable rollback attack detection as a recommende...
2001-08-01 Lutz JänickeRemove SSL_OP_NON_EXPORT_FIRST:
2001-07-31 Lutz JänickeIndent.
2001-07-31 Richard LevitteMake as sure as possible that gethostname() will be...
2001-07-31 Richard LevitteCorrect most of the unsigned vs. signed warnings (or...
2001-07-31 Richard LevitteWhoops, my fault, a backslash got converted to a slash...
2001-07-31 Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-30 Ben LaurieOnly set the verify callback if there's one to set!
2001-07-30 Lutz JänickeFix inconsistent behaviour with respect to verify_callb...
2001-07-25 Bodo Mölleradd a comment
2001-07-21 Richard LevitteMore Kerberos SSL patches from Vern Staats <staatsvr...
2001-07-16 Richard LevitteSSL_get_rfc were documented but not implemented.
2001-07-15 Richard LevitteSSL_get_[rw]fd were documented but not implemented.
2001-07-12 Richard LevittePrevent KSSL server from requesting a client certificate.
2001-07-12 Richard Levittepaddr may be NULL. Do not crash if it is.
2001-07-12 Richard LevitteSome of the Kerberos code had dissapeared. Reapply.
2001-07-11 Richard Levittemake update
2001-07-11 Richard LevitteInclude kssl_lcl.h where needed.
2001-07-11 Richard LevittePrivate functions do not belong in an exported header...
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
2001-07-11 Richard LevitteCode to avoid the use of non-standard strptime(). By
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
2001-07-10 Richard Levittemake update
2001-07-09 Richard LevitteIf I define _XOPEN_SOURCE before including *any* system...
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-07-04 Bodo MöllerCall ENGINE_cleanup() to avoid memory leak.
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.
next