Age | Commit message (Expand) | Author |
2016-11-28 | The OpenSSL file doc/man3/PEM_read_CMS.pod contains parts belonging | Ingo Schwarze |
2016-11-21 | Import the DTLSv1_listen(3) manual from OpenSSL, | Ingo Schwarze |
2016-11-17 | Convert ssl3_get_client_kex_dhe() to CBS and perform some general code | Joel Sing |
2016-11-17 | Use defines instead of magic numbers and comments. | Joel Sing |
2016-11-14 | Add Copyright and license. | Ingo Schwarze |
2016-11-11 | Disable ec assembly for amd64 pending fixes for ssh, and bump | Bob Beck |
2016-11-08 | When using an union including a type known for having strong alignment | Miod Vallat |
2016-11-06 | Remove unused SSLv3 from ssl3_cbc_record_digest_supported(). | Joel Sing |
2016-11-06 | Split ssl3_get_client_key_exchange() into separate per algorithm functions. | Joel Sing |
2016-11-06 | Remove pointless check - without fixed ECDH, there is only one way to reach | Joel Sing |
2016-11-06 | Split out the DHE and ECDHE code paths from | Joel Sing |
2016-11-06 | Adjust cipher suite strengths - move MD5 to LOW, RC4 to LOW and 3DES to | Joel Sing |
2016-11-06 | Remove the single IDEA cipher suite. There is no good reason to support | Joel Sing |
2016-11-06 | unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305 | Joel Sing |
2016-11-06 | remove unused variable | Brent Cook |
2016-11-05 | One of the error paths would attempt to access not-yet-initialized locals. | Miod Vallat |
2016-11-05 | Do a partial CBB conversion of ssl3_send_server_key_exchange(), which will | Joel Sing |
2016-11-05 | move manual pages from doc/ to man/ for consistency with other | Ingo Schwarze |
2016-11-05 | bump minors for symbol addition for ocsp and x25519 symbol additions | Bob Beck |
2016-11-05 | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | Ingo Schwarze |
2016-11-05 | Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve() | Joel Sing |
2016-11-05 | Remove generated Symbols.map on make clean. | Joel Sing |
2016-11-04 | Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), since | Joel Sing |
2016-11-04 | Tidy up the usage of peer_ecdh_tmp, following the fixed ECDH removal. | Joel Sing |
2016-11-04 | Mark a couple local functions as static | Philip Guenther |
2016-11-04 | The *_method_data structures can be static | Philip Guenther |
2016-11-04 | Add an explict list of exported symbols with just the functions | Philip Guenther |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | Bob Beck |
2016-11-04 | Make do_dtls1_write() static to d1_pkt.c and delete declarations for | Philip Guenther |
2016-11-04 | Fix some linewrapping glitches | Philip Guenther |
2016-11-04 | Completely rewrite the session handling ASN.1 code using CBB and CBS. This | Joel Sing |
2016-11-04 | Convert ssl3_get_server_kex_dhe() to CBS. | Joel Sing |
2016-11-03 | In ssl3_read_bytes(), do not process more than three consecutive TLS | Joel Sing |
2016-11-03 | Split ssl3_get_key_exchange() into separate functions for DHE/ECDHE. | Joel Sing |
2016-11-03 | Clean up the TLS handshake digest handling - this refactors some of the | Joel Sing |
2016-11-02 | Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN | Joel Sing |
2016-11-02 | Expand another LHASH_OF macro. | Joel Sing |
2016-11-02 | Expand DECLARE_LHASH_OF and LHASH_OF macros. | Joel Sing |
2016-11-02 | Expand DECLARE_PEM_rw macro. | Joel Sing |
2016-11-02 | Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the only | Joel Sing |
2016-11-02 | Wrap some >80 char lines. | Joel Sing |
2016-10-19 | Remove support for fixed ECDH cipher suites - these is not widely supported | Joel Sing |
2016-10-02 | Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate() | Philip Guenther |
2016-10-02 | Detect zero-length encrypted session data early, instead of when malloc(0) | Philip Guenther |
2016-09-22 | Improve on code from the previous commit. | Joel Sing |
2016-09-22 | Avoid unbounded memory growth, which can be triggered by a client | Joel Sing |
2016-09-22 | Check for packet with truncated DTLS cookie. | Philip Guenther |
2016-09-22 | Improve ticket validity checking when tlsext_ticket_key_cb() callback | Philip Guenther |
2016-09-20 | Avoid selecting weak digests for (EC)DH when using SNI. | Brent Cook |
2016-09-19 | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | Brent Cook |