Age | Commit message (Expand) | Author |
2017-01-25 | Provide defines for SSL_CTRL_SET_CURVES/SSL_CTRL_SET_CURVES_LIST for things | Joel Sing |
2017-01-24 | BUF_MEM_free(), X509_STORE_free() and X509_VERIFY_PARAM_free() all check | Joel Sing |
2017-01-24 | sk_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | sk_pop_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | Within libssl a SSL_CTX * is referred to as a ctx - fix this for | Joel Sing |
2017-01-24 | in resolver(3), document that _EDNS0 and _DNSSEC are no ops; | Jason McIntyre |
2017-01-24 | #if 0 the ecformats_list and eccurves_list - these are currently unused but | Joel Sing |
2017-01-24 | Remove unused cert variable. | Joel Sing |
2017-01-24 | Bump libssl and libtls minors due to symbol additions. | Joel Sing |
2017-01-24 | Add support for setting the supported EC curves via | Joel Sing |
2017-01-24 | Correct bounds checks used when generating the EC curves extension. | Joel Sing |
2017-01-24 | accross -> across; | Jason McIntyre |
2017-01-24 | Fix typo in brainpool curve name within a comment. | Joel Sing |
2017-01-24 | There is no point returning then breaking... | Joel Sing |
2017-01-24 | unifdef OPENSSL_NO_BIO - we do not support this in any form. | Joel Sing |
2017-01-24 | Introduce ticket support. To enable them it is enough to set a positive | Claudio Jeker |
2017-01-24 | ssl_cert_free() checks for NULL itself. | Joel Sing |
2017-01-24 | Remove a "free up if allocated" comment that exists before code that frees | Joel Sing |
2017-01-24 | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | Joel Sing |
2017-01-24 | Fix passing &_DYNAMIC to _dl_boot_bind; makes -static -pie work. | Mark Kettenis |
2017-01-24 | ssl_sess_cert_free() checks for NULL, so do not bother doing it at the | Joel Sing |
2017-01-24 | There is no point in zeroing fields that exist within a struct that is | Joel Sing |
2017-01-24 | Add missing documentation for tls_config_set_verify_depth | Claudio Jeker |
2017-01-24 | Shuffle the deck chairs to bring them back in order. | Claudio Jeker |
2017-01-24 | tls_config_add_keypair_mem is the function to add additional keypairs and | Claudio Jeker |
2017-01-23 | move default_passwd_cb and default_passwd_cb_userdata back into | Bob Beck |
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 | Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrl | 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 | whitespace between macro args and punctuation, and zap a ton | Jason McIntyre |
2017-01-23 | Move a large part of ssl_st into internal, so we can see what squeals. | Bob Beck |
2017-01-23 | Move ex_data, next and prev from SSL_SESSION to internal. | Joel Sing |
2017-01-23 | Move most of the fields in SSL_CTX to internal - the ones that remain are | Joel Sing |
2017-01-23 | move the callbacks from ssl_st to internal | Bob Beck |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2017-01-23 | Move callback function pointers and argument pointers from SSL_CTX to | Joel Sing |
2017-01-23 | Move not_resumable and sess_cert from SSL_SESSION to internal. | Joel Sing |
2017-01-23 | Remove heartbeat related fields from the SSL_CTX, which are unused | Joel Sing |
2017-01-23 | Move the stats struct from SSL_CTX to internal. | Joel Sing |
2017-01-22 | Link libc with compiler_rt not libgcc if COMPILER_VERSION is clang. | Jonathan Gray |
2017-01-22 | Move most of the SSL3_STATE fields to internal - the ones that remain are | Joel Sing |
2017-01-22 | Disable session cache and tickets by default. | Claudio Jeker |
2017-01-22 | Move most of DTLS1_STATE to internal. | Bob Beck |
2017-01-22 | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | Joel Sing |
2017-01-22 | Move internal parts of ssl_session_st to internal | Bob Beck |
2017-01-22 | Move recently added min_version/max_version from SSL and SSL_CTX to their | Joel Sing |
2017-01-22 | Wrap long lines. | Joel Sing |
2017-01-22 | Bump majors for libssl and libtls following the translucent struct change. | Joel Sing |