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