summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-04-02swap rname and mname in debug output, and handle the USE_CD flageric1-3/+4
2021-04-01For the snprintf range check demo, add a (size_t) cast in the right placederaadt1-3/+3
2021-03-31tweak column widths of a .Bl -column tableschwarze1-3/+4
2021-03-31Update for DTLSv1.2 support.tb1-2/+4
2021-03-31change the barrier so that fd's are always passed and received witheric1-8/+10
2021-03-31Bump minors after symbol additiontb3-3/+3
2021-03-31Expose various DTLSv1.2 specific functions and definestb5-27/+8
2021-03-31Document SSL_set_hostflags(3) and SSL_get0_peername(3)tb1-18/+4
2021-03-31Expose SSL_set_hostflags(3) and SSL_get0_peername(3)tb2-3/+3
2021-03-31Document SSL_use_certificate_chain_file(3)tb1-11/+3
2021-03-31Expose SSL_use_certificate_chain_file(3)tb2-3/+2
2021-03-31Provide missing prototype for d2i_DSAPrivateKey_fp(3)tb1-1/+2
2021-03-31Document EVP_PKEY_new_CMAC_key(3)tb1-16/+4
2021-03-31Provide EVP_PKEY_new_CMAC_key(3)tb2-5/+2
2021-03-29whitespace nitstb1-4/+4
2021-03-29Prepare documenting EVP_PKEY_new_CMAC_key(3)tb1-2/+54
2021-03-29Remove pointless assignment in SSL_get0_alpn_selected().jsing1-4/+1
2021-03-29Avoid transcript initialisation when sending a TLS HelloRequest.jsing1-4/+6
2021-03-29Move finished and peer finished to the handshake struct.jsing7-44/+44
2021-03-29Move the TLSv1.2 record number increment into the new record layer.jsing3-19/+44
2021-03-29Prepare to provide EVP_PKEY_new_CMAC_key()tb4-20/+84
2021-03-27Garbage collect s->internal->typetb6-18/+9
2021-03-25Avoid mangled output in BIO_debug_callbacktb1-4/+12
2021-03-24Rename new_cipher to cipher.jsing11-64/+64
2021-03-24Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.jsing5-40/+48
2021-03-23OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()tb1-2/+2
2021-03-21Fully initialize rrec in tls12_record_layer_open_record_protectedtb1-1/+2
2021-03-21Move the TLSv1.3 handshake struct inside the shared handshake struct.jsing9-226/+227
2021-03-21Split TLSv1.3 record protection from record layer.jsing1-46/+72
2021-03-21Avoid a use-after-scope in tls13_cert_add().jsing1-4/+3
2021-03-19Prepare documenting SSL_use_certificate_chain_filetb1-2/+19
2021-03-19Undo previous. As pointed out by jsing I clearly wasn't fully awake...tb1-2/+2
2021-03-19Prepare to provide SSL_use_certificate_chain_file()tb2-15/+40
2021-03-19Fix copy-paste error in previoustb1-2/+2
2021-03-18Type-cast getpagesize() from int to size_t for the comparison with d.claudio1-2/+2
2021-03-17fix whitespace nit in previoustb1-2/+2
2021-03-17Enable DTLSv1.2.jsing1-1/+5
2021-03-17Add support for DTLSv1.2 version handling.jsing1-45/+117
2021-03-13Use EXFLAG_INVALID to handle out of memory and parse errors intobhe2-11/+45
2021-03-12Zap a useless variable.tb1-4/+2
2021-03-12Missing void in function definitiontb1-2/+2
2021-03-12Fix checks of memory caps of constraints namestb3-20/+32
2021-03-12fix previousjsg1-2/+2
2021-03-12spelling: refenece -> referencejmc1-3/+3
2021-03-12spellingjsg17-52/+52
2021-03-11Remove ssl_downgrade_max_version().jsing5-54/+15
2021-03-11that 0 should be NULLderaadt1-2/+2
2021-03-10Don't return ERR if resize didn't change sizemillert6-20/+25
2021-03-10Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.jsing1-1/+3
2021-03-10Improve internal version handling.jsing9-108/+145