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