| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a NULL check explicit | tb | 2024-07-09 | 1 | -2/+2 |
* | Zap or align some ugly comments | tb | 2024-07-09 | 1 | -4/+3 |
* | Test & assign once more | tb | 2024-07-09 | 1 | -4/+4 |
* | sec_len -> secret_len | tb | 2024-07-09 | 1 | -3/+3 |
* | Test and assign in tls1_prf_P_hash() | tb | 2024-07-09 | 1 | -5/+8 |
* | Fix whitespace around '/' | tb | 2024-07-09 | 1 | -4/+4 |
* | Invert logic in tls1_prf_alg() | tb | 2024-07-09 | 1 | -22/+22 |
* | olen -> out_len | tb | 2024-07-09 | 1 | -15/+15 |
* | Add a few empty lines | tb | 2024-07-09 | 1 | -1/+7 |
* | seedlen -> seed_len | tb | 2024-07-09 | 1 | -10/+10 |
* | seclen -> secret_len | tb | 2024-07-09 | 1 | -7/+7 |
* | slen -> secret_len | tb | 2024-07-09 | 1 | -7/+8 |
* | sec -> secret | tb | 2024-07-09 | 1 | -17/+17 |
* | Replace local typedef with spelling out the struct name | tb | 2024-07-09 | 1 | -8/+8 |
* | Remove a few useless comments | tb | 2024-07-09 | 1 | -6/+1 |
* | Apply a knfmt(8) sledgehammer | tb | 2024-07-09 | 1 | -226/+236 |
* | Add an RCS tag | tb | 2024-07-09 | 1 | -1/+1 |
* | Replace license stub with full license | tb | 2024-07-09 | 1 | -5/+55 |
* | link tls1_prf.c to build | tb | 2024-07-09 | 1 | -1/+2 |
* | Replace a malloc() call with calloc() | tb | 2024-07-09 | 1 | -1/+1 |
* | Replace an ossl_assert() with an error check | tb | 2024-07-09 | 1 | -2/+1 |
* | Use C99 initializers for tls1_prf_pkey_meth() | tb | 2024-07-09 | 1 | -19/+23 |
* | Inline an instance of OPENSSL_memdup() | tb | 2024-07-09 | 1 | -2/+11 |
* | Tidy up includes | tb | 2024-07-09 | 1 | -3/+7 |
* | OPENSSL_free() -> free() | tb | 2024-07-09 | 1 | -1/+1 |
* | OPENSSL_cleanse() -> explicit_bzero() | tb | 2024-07-09 | 1 | -3/+3 |
* | OPENSSL_clear_free() -> freezero() | tb | 2024-07-09 | 1 | -4/+4 |
* | OPENSSL_malloc() -> malloc() | tb | 2024-07-09 | 1 | -1/+1 |
* | Spell OPENSSL_zalloc() correctly as calloc() | tb | 2024-07-09 | 1 | -1/+1 |
* | Mechanically replace KDFerr() with KDFerror() | tb | 2024-07-09 | 1 | -8/+8 |
* | Add a verbatim copy of tls1_prf.c from OpenSSL 1.1.1 | tb | 2024-07-09 | 1 | -0/+278 |
* | Add various defines for TLS1-PRF | tb | 2024-07-09 | 2 | -2/+36 |
* | Add EVP_PKEY_TLS1_PRF as alias for NID_tls1_prf | tb | 2024-07-09 | 1 | -1/+2 |
* | Choose fixed NID for TLS1-PRF | tb | 2024-07-09 | 1 | -0/+1 |
* | Add NID for TLS1-PRF | tb | 2024-07-09 | 1 | -0/+2 |
* | Don't push the error stack in ssl_sigalg_select() | beck | 2024-07-09 | 1 | -2/+1 |
* | Fix TLS key share check to not fire when using < TLS 1.3 | beck | 2024-07-09 | 1 | -7/+6 |
* | Actually enable namespaced builds in both libcrypto and libssl | beck | 2024-07-09 | 2 | -11/+4 |
* | Add bounded attributes to hmac.h | tb | 2024-07-09 | 1 | -5/+13 |
* | Enable namespaced builds by default for libssl and libcrypto. | beck | 2024-07-09 | 1 | -3/+3 |
* | Hide remaining unused ERR functions in err.h | beck | 2024-07-09 | 4 | -5/+9 |
* | Hide CRYPTO_get_dynlock_create_callback | beck | 2024-07-09 | 3 | -2/+5 |
* | Hide DES global variables | beck | 2024-07-09 | 4 | -3/+11 |
* | Add missing symbols to Symbols.namespace | beck | 2024-07-09 | 1 | -0/+10 |
* | Remove duplicates from Symbols.namespace | beck | 2024-07-09 | 1 | -6/+0 |
* | Hide symbols for two missed public functions in bio.h | beck | 2024-07-09 | 4 | -3/+9 |
* | Hide global _it symbols in pkcs12.h | beck | 2024-07-09 | 3 | -2/+10 |
* | Hide global _it symbola in cms.h | beck | 2024-07-09 | 3 | -2/+10 |
* | Hide global _it symbols in dsa.h | beck | 2024-07-08 | 3 | -2/+13 |
* | Hide global _it symbols in rsa.h | beck | 2024-07-08 | 3 | -2/+20 |