]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Remove reference to RSA_PKCS1_RSAref, since it doesn't exist any more.
[thirdparty/openssl.git] / ssl /
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.
2002-02-13  Bodo MöllerECDSA support
2002-02-10  Lutz JänickeMake removal from session cache more robust.
2002-02-08  Lutz JänickeDo not store unneeded data.
2002-01-14  Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-14  Bodo MöllerReturn -1 from ssl3_get_server_done (ssl3/s3_clnt.c) if
2002-01-12  Ben LauriePrototype info function.
2002-01-12  Ben LaurieAdd client_cert_cb prototype.
2001-12-28  Ulf Möllerssl3_read_bytes bug fix
2001-12-17  Bodo Möllerremove redundant ERR_load_... declarations
2001-12-09  Ben LaurieImprove back compatibility.
2001-11-23  Bodo MöllerFor future portability reasons MIT is moving all macros...
2001-11-14  Bodo Möllercast to unsigned int, not to int to avoid the warning...
2001-11-14  Richard Levitteunsigned int vs. int.
2001-11-10  Bodo Möllermake code a little more similar to what it looked like...
2001-11-10  Bodo MöllerImplement msg_callback for SSL 2.0.
2001-10-30  Richard LevitteChange the shared library support so the shared librari...
2001-10-29  Richard LevitteAddapt VMS scripts to the newer disk layout system...
2001-10-25  Bodo MöllerConsistency with s2_... and s23_... variants (no real...
2001-10-25  Bodo MöllerAssume TLS 1.0 when ClientHello fragment is too short.
2001-10-24  Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-10-24  Richard LevitteDeprecate the macro MAC_OS_pre_X.
2001-10-22  Bodo MöllerFix memory leak.
2001-10-20  Bodo MöllerCall msg_callback with correct length parameter if...
2001-10-20  Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-17  Bodo Möllergcc complained about "write" being shadowed even though...
2001-10-17  Richard LevitteWrong place...
2001-10-17  Richard LevitteThe EVP_*Init_ex() functions take one extra argument...
2001-10-17  Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16  Bodo MöllerAdd per-SSL 'msg_callback' with 'msg_callback_arg'.
2001-10-16  Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-16  Bodo MöllerThe message header for fake SSL 3.0/TLS 1.0 client...
2001-10-15  Bodo MöllerFor consistency, set s->init_num in the 'reuse_message...
2001-10-15  Bodo MöllerChange ssl3_get_message and the functions using it...
2001-10-15  Bodo MöllerFix ssl3_get_message handle message fragmentation corre...
2001-10-15  Bodo Möllerthe previous commit accidentily removed 'ret = 1' from...
2001-10-10  Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-10-04  Richard LevitteSSL_add_dir_cert_subjects_to_stack for Win32 finally...
2001-10-04  Richard Levitte'make update'
2001-09-24  Bodo Möllercomment
next