Age | Commit message (Expand) | Author |
2017-01-26 | Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no | Joel Sing |
2017-01-26 | Merge the client/server version negotiation into the existing (currently | Joel Sing |
2017-01-25 | Provide ssl3_packet_read() and ssl3_packet_extend() functions that improve | Joel Sing |
2017-01-23 | Move options and mode from SSL_CTX and SSL to internal, since these can be | Joel Sing |
2017-01-23 | Split most of SSL_METHOD out into an internal variant, which is opaque. | Joel Sing |
2017-01-23 | send state and rstate from ssl_st into internal. There are accessors | Bob Beck |
2017-01-23 | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | Bob Beck |
2017-01-23 | Move a large part of ssl_st into internal, so we can see what squeals. | Bob Beck |
2017-01-23 | move the callbacks from ssl_st to internal | Bob Beck |
2017-01-23 | Move callback function pointers and argument pointers from SSL_CTX to | Joel Sing |
2017-01-22 | Move most of the SSL3_STATE fields to internal - the ones that remain are | Joel Sing |
2016-11-17 | Use defines instead of magic numbers and comments. | Joel Sing |
2016-11-03 | In ssl3_read_bytes(), do not process more than three consecutive TLS | Joel Sing |
2016-07-10 | zero the read buffer after copying data to user so it doesn't linger. | Ted Unangst |
2015-09-12 | Remove most of the SSLv3 version checks and a few TLS v1.0. | Doug Hogan |
2015-07-24 | Convert ssl3_get_record to CBS. | Doug Hogan |
2015-07-18 | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | Doug Hogan |
2014-12-14 | unconditionally align SSL payloads | Brent Cook |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-10-18 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-07-12 | Remove remnants from PSK, KRB5 and SRP. | Joel Sing |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-06-19 | convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring | Ted Unangst |
2014-06-13 | Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher. | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-11 | Disable TLS support... | Joel Sing |
2014-06-11 | More KNF. | Joel Sing |
2014-06-05 | Ensure that we do not process a ChangeCipherSpec with an empty master | Joel Sing |
2014-06-05 | Be selective as to when ChangeCipherSpec messages will be accepted. | Joel Sing |
2014-05-30 | remove some #if 0 code. we don't need any more reminders that we're using | Ted Unangst |
2014-05-30 | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | Joel Sing |
2014-05-27 | Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-culted | Miod Vallat |
2014-05-25 | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | Joel Sing |
2014-04-29 | Constrain bytes read/written to positive values. | Bob Beck |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-24 | rearrange a bit of code/comments | Ted Unangst |
2014-04-24 | A fantastic way to make a large unsigned number is to assign | Bob Beck |
2014-04-24 | on today's episode of things you didn't want to learn: | Ted Unangst |
2014-04-19 | release buffers fix was lost in merge. put it back. | Ted Unangst |
2014-04-19 | More KNF and style consistency tweaks | Philip Guenther |
2014-04-18 | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep | Philip Guenther |
2014-04-17 | whack a bunch of disabled code. ok beck lteo | Ted Unangst |
2014-04-17 | Mostly gut e_os.h: | Theo de Raadt |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | Ted Unangst |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-13 | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | Martin Pieuchot |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2014-04-10 | Piotr Sikora pointed me at a more refined diff for the buffer release | Ted Unangst |