Minor FAQ update
[openssl.git] / ssl /
2002-12-29 Lutz JänickeFix wrong handling of session ID in SSLv2 client code.
2002-12-29 Richard Levittemake update
2002-12-24 Lutz JänickeSome more adjustments
2002-12-21 Richard LevitteStop a possible memory leak.
2002-12-20 Lutz JänickeFix Kerberos5/SSL interaction
2002-12-19 Richard LevitteWe stupidly had a separate LIBKRB5 variable for KRB5...
2002-12-19 Richard LevitteIf _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined...
2002-12-16 Richard LevitteProtect loading routines with a lock.
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-04 Richard Levittegethostname() is more a BSD feature than an XOPEN one.
2002-12-02 Richard Levittedefine USE_SOCKETS so sys/param.h gets included (and...
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 LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-26 Richard LevitteSmall bugfixes to the KSSL implementation.
2002-11-22 Richard LevitteTypo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
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-15 Richard LevitteWinCE patches
2002-11-15 Lutz JänickeThe pointer to the cipher object is not yet set, when...
2002-11-15 Richard LevitteWe need to read one more byte of the REQUEST-CERTIFICAT...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-05 Bodo Mölleravoid Purify warnings
2002-11-05 Bodo Möllerfix typo
2002-10-31 Richard LevitteRemove all referenses to RSAref, since that's been...
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-29 Geoff ThorpeCorrect and enhance the behaviour of "internal" session...
2002-10-28 Bodo Möllerincrease permissible message length so that we can...
2002-10-15 Richard LevitteTypos.
2002-10-15 Richard LevitteTypos.
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-10 Richard LevitteTypo
2002-10-10 Richard LevitteRFC 2712 redefines the codes for use of Kerberos 5...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-09-26 Bodo Möllerfix more race conditions
2002-09-25 Lutz JänickeAdd missing brackets.
2002-09-25 Bodo Möllerreally fix race conditions
2002-09-23 Bodo Möllerreally fix race condition
2002-09-19 Bodo Möllerthere is no minimum length for session IDs
2002-09-19 Bodo Möllerfix race condition
2002-08-16 Lutz JänickeReorder cleanup sequence in SSL_CTX_free() to leave...
2002-08-15 Bodo Mölleruse correct function code in error message
2002-08-15 Richard LevitteSometimes, the value of the variable containing the...
2002-08-14 Richard LevitteInstead of returning errors when certain flags are...
2002-08-12 Bodo Möllerremove comment
2002-08-12 Bodo Möllerremove debug messages
2002-08-12 Bodo Möllerfix comment
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09 Bodo Möllermake update
2002-08-09 Bodo Möllerfix warnings
2002-08-09 Bodo MöllerECC ciphersuite support
2002-08-03 Bodo Mölleroops -- must use EVP_MD_size, not EVP_MD_block_size
2002-08-02 Bodo Möllerget rid of OpenSSLDie
2002-07-31 Richard LevitteMake sure to use $(MAKE) everywhere instead of make.
2002-07-30 Lutz JänickeTypo.
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-30 Lutz Jänicke"make update"
2002-07-19 Lutz JänickeNew cipher selection options COMPLEMENTOFALL and COMPLE...
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-07-10 Lutz JänickeCiphers with NULL encryption were not properly handled...
2002-07-09 Bodo Mölleremtpy fragments are not necessary for SSL_eNULL
2002-07-04 Bodo MöllerAES cipher suites are now official (RFC3268)
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-14 Bodo MöllerNew option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disab...
2002-06-06 Richard LevitteMerge from 0.9.7-stable.
2002-05-23 Richard LevitteRecover from errors
2002-05-22 Richard LevitteAllow the use of the TCP/IP stack keyword TCPIP and...
2002-05-07 Bodo MöllerFix ciphersuite list to enforce low priority for RC4.
2002-05-07 Bodo Möllerensure that, for each strength, RC4 ciphers have least...
2002-05-07 Bodo Möllerrefer to latest draft for AES ciphersuites
2002-05-06 Bodo Möllerfix warning
2002-05-05 Bodo Möllerdisable AES ciphersuites unless explicitly requested
2002-05-05 Bodo Möllerfix casts
2002-04-29 Bodo Möllerundo nonsense patch (r *is* signed or we have signednes...
2002-04-29 Richard LevitteFix unsigned vs. signed clash
2002-04-29 Richard LevitteSynchronise with 0.9.7-stable.
2002-04-29 Richard LevitteSynchronise with 0.9.7-stable.
2002-04-20 Richard LevitteSignedness mismatch.
2002-04-18 Richard LevitteMake sure the opened directory is closed on exit.
2002-04-14 Bodo Möllerfix length field we create when converting SSL 2.0...
2002-04-13 Bodo MöllerImplement known-IV countermeasure.
2002-03-19 Lutz JänickeMap new X509 verification errors to alert codes (Tom...
2002-03-19 Dr. Stephen HensonInitialize ciph_ctx in kssl.c
2002-03-15 Bodo Möllerfix ssl3_pending
2002-03-14 Lutz JänickeAdd missing strength entries.
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-14 Bodo Mölleruse BIO_nwrite() more properly to demonstrate the gener...
2002-03-13 Dr. Stephen HensonUndo previous patch: avoid warnings by #undef'ing
2002-03-12 Dr. Stephen HensonFix Kerberos warnings with VC++.
2002-03-12 Dr. Stephen HensonFix ASN1 additions for KRB5
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-02-28 Bodo Mölleruse ERR_peek_last_error() instead of ERR_peek_error()
2002-02-28 Richard LevitteIncrease internal security when using strncpy, by makin...
2002-02-28 Bodo MöllerAdd 'void *' argument to app_verify_callback.
2002-02-27 Lutz JänickeFix the fix (Yoram Zahavi)...
2002-02-26 Lutz JänickeMake sure to remove bad sessions in SSL_clear() (found...
2002-02-22 Dr. Stephen HensonFix for AIX.
next