| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | do not need to force bss values to 0 | deraadt | 2024-07-09 | 1 | -2/+2 |
* | 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 |
* | KNF a pile of else if blocks; ok tb | deraadt | 2024-07-09 | 1 | -19/+9 |
* | 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 |
* | Guard variable declarations to unbreak non-namespaced builds. | beck | 2024-07-08 | 6 | -8/+18 |
* | Hide global _it symbols in asn1t.h | beck | 2024-07-08 | 6 | -8/+20 |
* | Hide global _it symbols in pkcs7.h | beck | 2024-07-08 | 3 | -2/+39 |
* | remove a further spkac reference; ok tb | jmc | 2024-07-08 | 1 | -5/+3 |
* | Hide global _it variables in ocsp.h | beck | 2024-07-08 | 3 | -2/+49 |
* | Hide global _it variables in asn1.h | beck | 2024-07-08 | 9 | -8/+77 |
* | Hide global _it variables in x509.h | beck | 2024-07-08 | 15 | -14/+77 |
* | Hide global _it variables in x509v3.h | beck | 2024-07-08 | 15 | -14/+113 |
* | Pretend to clarify the way ipv6_asc() works | jca | 2024-07-08 | 1 | -4/+5 |
* | Adjust regress for SPKAC removal | tb | 2024-07-08 | 1 | -38/+1 |
* | Adjust manpage for SPKAC removal | tb | 2024-07-08 | 1 | -84/+4 |
* | Remove spkac subcommand | tb | 2024-07-08 | 4 | -317/+4 |
* | Remove spkac handling from openssl(1) ca | tb | 2024-07-08 | 1 | -187/+3 |
* | signal handler must use the save_errno dance, and massage a variable | deraadt | 2024-07-01 | 1 | -2/+5 |
* | Remove lhash statistics. | jsing | 2024-06-30 | 2 | -30/+2 |