summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Replace a malloc() call with calloc()tb2024-07-091-1/+1
* Replace an ossl_assert() with an error checktb2024-07-091-2/+1
* Use C99 initializers for tls1_prf_pkey_meth()tb2024-07-091-19/+23
* Inline an instance of OPENSSL_memdup()tb2024-07-091-2/+11
* Tidy up includestb2024-07-091-3/+7
* OPENSSL_free() -> free()tb2024-07-091-1/+1
* OPENSSL_cleanse() -> explicit_bzero()tb2024-07-091-3/+3
* OPENSSL_clear_free() -> freezero()tb2024-07-091-4/+4
* OPENSSL_malloc() -> malloc()tb2024-07-091-1/+1
* Spell OPENSSL_zalloc() correctly as calloc()tb2024-07-091-1/+1
* Mechanically replace KDFerr() with KDFerror()tb2024-07-091-8/+8
* Add a verbatim copy of tls1_prf.c from OpenSSL 1.1.1tb2024-07-091-0/+278
* Add various defines for TLS1-PRFtb2024-07-092-2/+36
* Add EVP_PKEY_TLS1_PRF as alias for NID_tls1_prftb2024-07-091-1/+2
* Choose fixed NID for TLS1-PRFtb2024-07-091-0/+1
* Add NID for TLS1-PRFtb2024-07-091-0/+2
* Don't push the error stack in ssl_sigalg_select()beck2024-07-091-2/+1
* Fix TLS key share check to not fire when using < TLS 1.3beck2024-07-091-7/+6
* do not need to force bss values to 0deraadt2024-07-091-2/+2
* Actually enable namespaced builds in both libcrypto and libsslbeck2024-07-092-11/+4
* Add bounded attributes to hmac.htb2024-07-091-5/+13
* KNF a pile of else if blocks; ok tbderaadt2024-07-091-19/+9
* Enable namespaced builds by default for libssl and libcrypto.beck2024-07-091-3/+3
* Hide remaining unused ERR functions in err.hbeck2024-07-094-5/+9
* Hide CRYPTO_get_dynlock_create_callbackbeck2024-07-093-2/+5
* Hide DES global variablesbeck2024-07-094-3/+11
* Add missing symbols to Symbols.namespacebeck2024-07-091-0/+10
* Remove duplicates from Symbols.namespacebeck2024-07-091-6/+0
* Hide symbols for two missed public functions in bio.hbeck2024-07-094-3/+9
* Hide global _it symbols in pkcs12.hbeck2024-07-093-2/+10
* Hide global _it symbola in cms.hbeck2024-07-093-2/+10
* Hide global _it symbols in dsa.hbeck2024-07-083-2/+13
* Hide global _it symbols in rsa.hbeck2024-07-083-2/+20
* Guard variable declarations to unbreak non-namespaced builds.beck2024-07-086-8/+18
* Hide global _it symbols in asn1t.hbeck2024-07-086-8/+20
* Hide global _it symbols in pkcs7.hbeck2024-07-083-2/+39
* remove a further spkac reference; ok tbjmc2024-07-081-5/+3
* Hide global _it variables in ocsp.hbeck2024-07-083-2/+49
* Hide global _it variables in asn1.hbeck2024-07-089-8/+77
* Hide global _it variables in x509.hbeck2024-07-0815-14/+77
* Hide global _it variables in x509v3.hbeck2024-07-0815-14/+113
* Pretend to clarify the way ipv6_asc() worksjca2024-07-081-4/+5
* Adjust regress for SPKAC removaltb2024-07-081-38/+1
* Adjust manpage for SPKAC removaltb2024-07-081-84/+4
* Remove spkac subcommandtb2024-07-084-317/+4
* Remove spkac handling from openssl(1) catb2024-07-081-187/+3
* signal handler must use the save_errno dance, and massage a variablederaadt2024-07-011-2/+5
* Remove lhash statistics.jsing2024-06-302-30/+2
* fix typotb2024-06-291-2/+2
* Add more regress coverage for SSL_select_next_proto()tb2024-06-281-1/+291