summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2017-01-03Pull out, rework and dedup the code that determines the highest sharedJoel Sing
2016-12-30Add support for SSL_get_server_tmp_key().Joel Sing
2016-12-30Pull out (and largely rewrite) the code that determines the enabledJoel Sing
2016-12-30Remove now unused c2l, c2ln, l2c, n2l, l2cn and n2l3 macros.Joel Sing
2016-12-30Explicitly include openssl/opensslconf.h in headers that use OPENSSL_NO_*Joel Sing
2016-12-29fix typo; from OpenSSLIngo Schwarze
2016-12-26Restore two frees that were unintentionally lost during recent refactoring.Joel Sing
2016-12-26Restore previous ASN.1 encoding for the peer certificate - this wasJoel Sing
2016-12-26Restore previous behaviour of incrementing the pointer so that it pointsJoel Sing
2016-12-21Pacify compiler warning about an unitialized variable which is obviouslyTheo de Raadt
2016-12-21Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal andJoel Sing
2016-12-21Add minimum and maximum version fields to SSL, SSL_CTX and SSL_METHODJoel Sing
2016-12-21Add support for ECDHE with X25519.Joel Sing
2016-12-18Convert ssl3_get_server_hello() to CBS.Joel Sing
2016-12-16various minor cleanup;Jason McIntyre
2016-12-14Make sure all manual pages discussing X509_NAME objectsIngo Schwarze
2016-12-13Complete the CBB conversion and cleanup of send_client_key_exchange().Joel Sing
2016-12-13Convert ssl3_send_client_kex_gost() to CBB.Joel Sing
2016-12-13Convert ssl3_send_client_kex_ecdhe() to CBB. Also check the return value ofJoel Sing
2016-12-10Add Copyright and license.Ingo Schwarze
2016-12-10Write an SSL_get_shared_ciphers(3) manual from scratch; another oneIngo Schwarze
2016-12-10New manual pages SSL_get_certificate(3), SSL_get_state(3), andIngo Schwarze
2016-12-10Document SSL_version(3). It's listed in ssl(3) and <openssl/ssl.h>,Ingo Schwarze
2016-12-07Write SSL_renegotiate(3) manual from scratch; this function is listedIngo Schwarze
2016-12-07add missing .Nm SSL_peek in the NAME sectionIngo Schwarze
2016-12-07Write SSL_copy_session_id(3) manual from scratch. This function isIngo Schwarze
2016-12-07Write new SSL_dup(3) manual from scratch. This function is listedIngo Schwarze
2016-12-07New SSL_dup_CA_list(3) manual written from scratch.Ingo Schwarze
2016-12-07Add documentation for SSL_add_file_cert_subjects_to_stack(3) andIngo Schwarze
2016-12-07Convert ssl3_send_client_kex_dhe() to CBB.Joel Sing
2016-12-07Ensure that we zero memory that contiansthe ASN.1 encoded session, sinceJoel Sing
2016-12-07Ensure that we zero memory used to hold the ASN.1 encoded session, sinceJoel Sing
2016-12-06An SSL_SESSION_print(3) manual written from scratch. It's clearlyIngo Schwarze
2016-12-06s/SSL_CTX_need_tmp_rsa/SSL_CTX_need_tmp_RSA/Ingo Schwarze
2016-12-06Copyright and license for the remaining manuals in this directoryIngo Schwarze
2016-12-06Add Copyright and license.Ingo Schwarze
2016-12-06New manual page SSL_SESSION_new(3) written from scratch.Ingo Schwarze
2016-12-06Convert ssl3_send_client_kex_rsa() to CBB.Joel Sing
2016-12-06Now that ssl3_send_{client,server}_certificate() are using the commonJoel Sing
2016-12-06Convert certificate handshake message generation to CBB, with some cleanJoel Sing
2016-12-06replace all references to BIO(3) with references to BIO_new(3)Ingo Schwarze
2016-12-05Add Copyright and license.Ingo Schwarze
2016-12-04Convert ssl_cipher_list_to_bytes() to CBB, changing the function to returnJoel Sing
2016-12-04Cleanup some of ssl3_send_client_kex_rsa() - tmp_buf is really theJoel Sing
2016-12-04Convert ssl3_send_server_hello() to CBB.Joel Sing
2016-12-04Add Copyright and license.Ingo Schwarze
2016-12-04Add Copyright and license.Ingo Schwarze
2016-12-04Add Copyright and license.Ingo Schwarze
2016-12-04Copyright and licenseIngo Schwarze
2016-12-04Add Copyright and license.Ingo Schwarze