summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2021-02-08Remove bogus DTLS checks to disable ECC and OCSP.Joel Sing
2021-02-08Enforce read ahead with DTLS.Joel Sing
2021-02-08Use dtls1_retrieve_buffered_record() to load buffered application data.Joel Sing
2021-02-07Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().Joel Sing
2021-02-07Correct handshake MAC/PRF for various TLSv1.2 cipher suites.Joel Sing
2021-02-07Factor out the legacy stack version checks.Joel Sing
2021-02-03Fail early in legacy exporter if master secret is not availableTheo Buehler
2021-01-30missing word in commentTheo Buehler
2021-01-28Remove direct assignment of aead_ctx.Joel Sing
2021-01-28Move AEAD handling into the new TLSv1.2 record layer.Joel Sing
2021-01-27Link SSL_get_finished.3 to build.Theo Buehler
2021-01-27Write SSL_get_finished() documentation from scratch.Theo Buehler
2021-01-27Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i andTheo Buehler
2021-01-26Rewrap a comment line to fit into 80 columns.Theo Buehler
2021-01-26zap a tabTheo Buehler
2021-01-26Prepare to provide SSL_set_hostflags()Theo Buehler
2021-01-26Move sequence numbers into the new TLSv1.2 record layer.Joel Sing
2021-01-21Mop up unused dtls1_build_sequence_number() function.Joel Sing
2021-01-20Drop unneeded cast in seal_record_protected_cipherTheo Buehler
2021-01-19Add code to handle change of cipher state in the new TLSv1.2 record layer.Joel Sing
2021-01-19Provide functions to determine if TLSv1.2 record protection is engaged.Joel Sing
2021-01-19Provide record layer overhead for DTLS.Joel Sing
2021-01-19Factor out code for explicit IV length, block size and MAC length.Joel Sing
2021-01-13Clean up dtls1_reset_seq_numbers()Joel Sing
2021-01-13Clean up read sequence handling in DTLS.Joel Sing
2021-01-13Clean up sequence number handing in the new TLSv1.2 record layer.Joel Sing
2021-01-12Split the record protection from the TLSv1.2 record layer.Joel Sing
2021-01-09Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240Theo Buehler
2021-01-09Add support for SSL_get_shared_ciphers() in TLSv1.3Theo Buehler
2021-01-09Align SSL_get_shared_ciphers() with OpenSSLTheo Buehler
2021-01-07Rename two local variables ssl to s for consistencyTheo Buehler
2021-01-07Make tls12_record_layer_free() NULL safe.Joel Sing
2021-01-07Move the read MAC key into the TLSv1.2 record layer.Joel Sing
2021-01-06Use tls13_secret_{init,cleanup}() for the finished_keyTheo Buehler
2021-01-05Avoid local variable in tls13_secret_init().Theo Buehler
2021-01-05Convert tls13_record_layer.c to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Convert tls13_exporter() to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Use KNF for licence commentTheo Buehler
2021-01-05Move tls13_secrets_destroy() below _create()Theo Buehler
2021-01-05Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Add tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Use consistent names in tls13_{client,server}_finished_{recv,send}().Joel Sing
2021-01-05Use legacy verifier when building auto chains.Joel Sing
2021-01-04whitespaceTheo Buehler
2021-01-04Keep the various free calls of tls13_record_layer_free() in theTheo Buehler
2021-01-02Free {alert,phh}_data in tls13_record_layer_free()Theo Buehler
2020-12-15Use natural sizes for S3I(s)->tmp's *_md arraysTheo Buehler
2020-12-14Fix SSL_get{,_peer}_finished() with TLSv1.3Theo Buehler
2020-12-14Switch finish{,_peer}_md_len from int to size_tTheo Buehler
2020-12-05Mark bitmask_{start,end}_values[] and g_probable_mtu[] const.Theo Buehler