summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-01-24Bump libssl and libtls minors due to symbol additions.Joel Sing
2017-01-24Add support for setting the supported EC curves viaJoel Sing
2017-01-24Correct bounds checks used when generating the EC curves extension.Joel Sing
2017-01-24accross -> across;Jason McIntyre
2017-01-24Fix typo in brainpool curve name within a comment.Joel Sing
2017-01-24There is no point returning then breaking...Joel Sing
2017-01-24unifdef OPENSSL_NO_BIO - we do not support this in any form.Joel Sing
2017-01-24Introduce ticket support. To enable them it is enough to set a positiveClaudio Jeker
2017-01-24ssl_cert_free() checks for NULL itself.Joel Sing
2017-01-24Remove a "free up if allocated" comment that exists before code that freesJoel Sing
2017-01-24sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same fromJoel Sing
2017-01-24Fix passing &_DYNAMIC to _dl_boot_bind; makes -static -pie work.Mark Kettenis
2017-01-24ssl_sess_cert_free() checks for NULL, so do not bother doing it at theJoel Sing
2017-01-24There is no point in zeroing fields that exist within a struct that isJoel Sing
2017-01-24Add missing documentation for tls_config_set_verify_depthClaudio Jeker
2017-01-24Shuffle the deck chairs to bring them back in order.Claudio Jeker
2017-01-24tls_config_add_keypair_mem is the function to add additional keypairs andClaudio Jeker
2017-01-23move default_passwd_cb and default_passwd_cb_userdata back intoBob Beck
2017-01-23Move options and mode from SSL_CTX and SSL to internal, since these can beJoel Sing
2017-01-23Split most of SSL_METHOD out into an internal variant, which is opaque.Joel Sing
2017-01-23Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrlJoel Sing
2017-01-23send state and rstate from ssl_st into internal. There are accessorsBob Beck
2017-01-23move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant andBob Beck
2017-01-23whitespace between macro args and punctuation, and zap a tonJason McIntyre
2017-01-23Move a large part of ssl_st into internal, so we can see what squeals.Bob Beck
2017-01-23Move ex_data, next and prev from SSL_SESSION to internal.Joel Sing
2017-01-23Move most of the fields in SSL_CTX to internal - the ones that remain areJoel Sing
2017-01-23move the callbacks from ssl_st to internalBob Beck
2017-01-23Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyTheo de Raadt
2017-01-23Move callback function pointers and argument pointers from SSL_CTX toJoel Sing
2017-01-23Move not_resumable and sess_cert from SSL_SESSION to internal.Joel Sing
2017-01-23Remove heartbeat related fields from the SSL_CTX, which are unusedJoel Sing
2017-01-23Move the stats struct from SSL_CTX to internal.Joel Sing
2017-01-22Link libc with compiler_rt not libgcc if COMPILER_VERSION is clang.Jonathan Gray
2017-01-22Move most of the SSL3_STATE fields to internal - the ones that remain areJoel Sing
2017-01-22Disable session cache and tickets by default.Claudio Jeker
2017-01-22Move most of DTLS1_STATE to internal.Bob Beck
2017-01-22Move ALPN and NPN fields from SSL/SSL_CTX to internal.Joel Sing
2017-01-22Move internal parts of ssl_session_st to internalBob Beck
2017-01-22Move recently added min_version/max_version from SSL and SSL_CTX to theirJoel Sing
2017-01-22Wrap long lines.Joel Sing
2017-01-22Bump majors for libssl and libtls following the translucent struct change.Joel Sing
2017-01-22Convert publically visible structs to translucent structs.Joel Sing
2017-01-22Clean up ssl3_new() - in particular, we do not need to zero fields thatJoel Sing
2017-01-22There is no point in setting struct fields to zero, when you've alreadyJoel Sing
2017-01-21use BN_div_nonct where it is safe to do so.Bob Beck
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck
2017-01-21Split out BN_div and BN_mod into ct and nonct versions for Internal use.Bob Beck
2017-01-21Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatBob Beck
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback