summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* There is no point in setting struct fields to zero, when you've alreadyjsing2017-01-221-5/+2
* Specify minimum and maximum protocol version for each method. This isjsing2017-01-216-6/+36
* Expand DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN macro.jsing2017-01-211-2/+2
* Expand IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN macro.jsing2017-01-211-2/+16
* Pull out, rework and dedup the code that determines the highest sharedjsing2017-01-034-79/+62
* Add support for SSL_get_server_tmp_key().jsing2016-12-302-3/+74
* Pull out (and largely rewrite) the code that determines the enabledjsing2016-12-303-40/+54
* Remove now unused c2l, c2ln, l2c, n2l, l2cn and n2l3 macros.jsing2016-12-302-53/+2
* Explicitly include openssl/opensslconf.h in headers that use OPENSSL_NO_*jsing2016-12-302-2/+4
* fix typo; from OpenSSLschwarze2016-12-291-4/+4
* Restore two frees that were unintentionally lost during recent refactoring.jsing2016-12-261-1/+4
* Restore previous ASN.1 encoding for the peer certificate - this wasjsing2016-12-261-7/+5
* Restore previous behaviour of incrementing the pointer so that it pointsjsing2016-12-261-1/+2
* Pacify compiler warning about an unitialized variable which is obviouslyderaadt2016-12-211-3/+3
* Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal andjsing2016-12-211-1/+1
* Add minimum and maximum version fields to SSL, SSL_CTX and SSL_METHODjsing2016-12-211-1/+10
* Add support for ECDHE with X25519.jsing2016-12-217-91/+316
* Convert ssl3_get_server_hello() to CBS.jsing2016-12-183-60/+67
* various minor cleanup;jmc2016-12-1610-34/+34
* Make sure all manual pages discussing X509_NAME objectsschwarze2016-12-144-12/+16
* Complete the CBB conversion and cleanup of send_client_key_exchange().jsing2016-12-131-42/+12
* Convert ssl3_send_client_kex_gost() to CBB.jsing2016-12-131-17/+19
* Convert ssl3_send_client_kex_ecdhe() to CBB. Also check the return value ofjsing2016-12-131-34/+35
* Add Copyright and license.schwarze2016-12-101-1047/+149
* Write an SSL_get_shared_ciphers(3) manual from scratch; another oneschwarze2016-12-102-1/+72
* New manual pages SSL_get_certificate(3), SSL_get_state(3), andschwarze2016-12-105-4/+286
* Document SSL_version(3). It's listed in ssl(3) and <openssl/ssl.h>,schwarze2016-12-101-7/+20
* Write SSL_renegotiate(3) manual from scratch; this function is listedschwarze2016-12-072-1/+58
* add missing .Nm SSL_peek in the NAME sectionschwarze2016-12-071-3/+4
* Write SSL_copy_session_id(3) manual from scratch. This function isschwarze2016-12-072-1/+78
* Write new SSL_dup(3) manual from scratch. This function is listedschwarze2016-12-072-1/+61
* New SSL_dup_CA_list(3) manual written from scratch.schwarze2016-12-072-1/+53
* Add documentation for SSL_add_file_cert_subjects_to_stack(3) andschwarze2016-12-071-25/+103
* Convert ssl3_send_client_kex_dhe() to CBB.jsing2016-12-071-14/+23
* Ensure that we zero memory that contiansthe ASN.1 encoded session, sincejsing2016-12-071-26/+29
* Ensure that we zero memory used to hold the ASN.1 encoded session, sincejsing2016-12-071-1/+4
* An SSL_SESSION_print(3) manual written from scratch. It's clearlyschwarze2016-12-062-1/+68
* s/SSL_CTX_need_tmp_rsa/SSL_CTX_need_tmp_RSA/schwarze2016-12-061-5/+5
* Copyright and license for the remaining manuals in this directoryschwarze2016-12-066-13/+296
* Add Copyright and license.schwarze2016-12-061-8/+52
* New manual page SSL_SESSION_new(3) written from scratch.schwarze2016-12-062-1/+64
* Convert ssl3_send_client_kex_rsa() to CBB.jsing2016-12-061-14/+36
* Now that ssl3_send_{client,server}_certificate() are using the commonjsing2016-12-064-176/+6
* Convert certificate handshake message generation to CBB, with some cleanjsing2016-12-065-64/+168
* replace all references to BIO(3) with references to BIO_new(3)schwarze2016-12-0611-33/+33
* Add Copyright and license.schwarze2016-12-051-2/+50
* Convert ssl_cipher_list_to_bytes() to CBB, changing the function to returnjsing2016-12-044-32/+53
* Cleanup some of ssl3_send_client_kex_rsa() - tmp_buf is really thejsing2016-12-041-10/+12
* Convert ssl3_send_server_hello() to CBB.jsing2016-12-041-18/+38
* Add Copyright and license.schwarze2016-12-041-14/+59