summaryrefslogtreecommitdiff
path: root/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-10Use freezero() for i2d_SSL_SESSION() - one line of code instead of three.jsing1-5/+2
2017-04-10fix some .Xr errors that jmc@ found with mdoclint(1)schwarze3-12/+13
2017-04-10new manual page SSL_get_server_tmp_key(3)schwarze3-2/+88
2017-04-10Additional SSL_SESSION documentationschwarze11-16/+349
2017-04-10for pure *_ctrl() wrapper macros, move the reference from ssl(3)schwarze14-49/+54
2017-04-10new manual page SSL_CTX_set_tlsext_servername_callback(3) for SNI;schwarze2-1/+126
2017-04-10tweak previous;jmc1-4/+4
2017-04-10Convert various client key exchange functions to freezero(3). The memoryjsing1-14/+5
2017-04-10Introducing freezero(3) a version of free that guarantees the processotto2-36/+130
2017-04-10pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0schwarze1-3/+3
2017-04-10typo fix; from <Jon dot Spillett at oracle dot com>schwarze1-5/+5
2017-04-09Simplify/clean up BUF_MEM_grow_clean().jsing1-17/+16
2017-04-09With recallocarray() BUF_MEM_grow() is essentially the same asjsing1-28/+2
2017-04-09Explicitly test for NULL.jsing1-4/+4
2017-04-09Improve unknown protocol version handling.jsing1-2/+3
2017-04-07In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.bluhm1-1/+1
2017-04-07Use uint8_t instead of u_int8_t - for consistency and to make things easierjsing1-2/+2
2017-04-06trailing ; on end of macro definition is wrong; ok guentherderaadt1-4/+4
2017-04-06Consistentcy between nmembers and size order. From Christopher Hettrick;otto1-8/+8
2017-04-06bump version for new development branchbcook1-3/+3
2017-04-06first print size in meta-data then supplied arg size when an inconsistency isotto1-3/+3
2017-04-05- -Z before -z in options listjmc2-7/+9
2017-04-05Allow nc to save the peer certificate and chain in a pem file specifiedbeck2-4/+39
2017-04-05Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainbeck7-6/+77
2017-04-05Internal changes to allow for relayd engine privsep. sends the hash of thebeck5-29/+87
2017-04-03Fix silly code that printfs NULL when there are no fractional secondsbeck1-2/+2
2017-03-29rephrase more enumerations of functionsotto1-13/+10
2017-03-29tweak previous;jmc1-3/+5
2017-03-28Fix typo in function name;schwarze1-4/+5
2017-03-28After i wrote SSL_renegotiate(3) from scratch, OpenSSL alsoschwarze1-12/+109
2017-03-28small cleanup & optimization; ok deraadt@ millert@otto1-2/+5
2017-03-27repair knf & whitespace that jumped out of the screen during reviewderaadt1-23/+18
2017-03-27use a path of "/" if the URL does not include a trailing / - sincebeck1-2/+5
2017-03-27Fail early if an ocep server returns a non-200 http response, there is nobeck1-1/+4
2017-03-27reinstate the capitalisation from previous, as advised by schwarze;jmc1-3/+3
2017-03-26recallocarray() for data buffer from the net.deraadt1-3/+5
2017-03-26tweak previous;jmc3-9/+9
2017-03-26Stop enumeration all allocation functions, just say "allocation functions"libressl-v2.5.2otto1-32/+13
2017-03-26merge new UI documentation from OpenSSLschwarze5-13/+651
2017-03-25document X509_Digest(3) and friends;schwarze2-1/+135
2017-03-25document the public function X509_cmp_time(3);schwarze2-1/+88
2017-03-25correct RETURN VALUES;schwarze1-7/+13
2017-03-25fix two more prototypes;schwarze1-5/+5
2017-03-25correct prototypes;schwarze1-5/+5
2017-03-25complete description of RETURN VALUES;schwarze1-6/+8
2017-03-25minimal stub-quality documentation of EVP_MD_CTX_ctrl(3);schwarze1-3/+17
2017-03-25OpenSSL documented the public function BIO_printf(3) (and friends)schwarze3-3/+91
2017-03-25document ASN1_tag2str(3); from OpenSSL commit 9e183d22schwarze1-4/+14
2017-03-25Update RFC reference for TLSEXT_TYPE_padding.jsing1-5/+2
2017-03-25Check tls1_PRF() return value in tls1_generate_master_secret().jsing1-4/+4