summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-07-09Add NID for TLS1-PRFTheo Buehler
2024-07-09Don't push the error stack in ssl_sigalg_select()Bob Beck
2024-07-09Fix TLS key share check to not fire when using < TLS 1.3Bob Beck
2024-07-09Let z_off_t fall back to long long instead of only longTheo Buehler
2024-07-09Actually enable namespaced builds in both libcrypto and libsslBob Beck
2024-07-09Add bounded attributes to hmac.hTheo Buehler
2024-07-09Enable namespaced builds by default for libssl and libcrypto.Bob Beck
2024-07-09Hide remaining unused ERR functions in err.hBob Beck
2024-07-09Hide CRYPTO_get_dynlock_create_callbackBob Beck
2024-07-09Hide DES global variablesBob Beck
2024-07-09Add missing symbols to Symbols.namespaceBob Beck
2024-07-09Remove duplicates from Symbols.namespaceBob Beck
2024-07-09Hide symbols for two missed public functions in bio.hBob Beck
2024-07-09Hide global _it symbols in pkcs12.hBob Beck
2024-07-09Hide global _it symbola in cms.hBob Beck
2024-07-08Hide global _it symbols in dsa.hBob Beck
2024-07-08Hide global _it symbols in rsa.hBob Beck
2024-07-08Guard variable declarations to unbreak non-namespaced builds.Bob Beck
2024-07-08Hide global _it symbols in asn1t.hBob Beck
2024-07-08Hide global _it symbols in pkcs7.hBob Beck
2024-07-08remove a further spkac reference; ok tbJason McIntyre
2024-07-08Hide global _it variables in ocsp.hBob Beck
2024-07-08Hide global _it variables in asn1.hBob Beck
2024-07-08Hide global _it variables in x509.hBob Beck
2024-07-08Hide global _it variables in x509v3.hBob Beck
2024-07-08Adjust code since FILL_KPROC() got another argument since struct tusageClaudio Jeker
2024-07-08Pretend to clarify the way ipv6_asc() worksJeremie Courreges-Anglas
2024-07-01Remove history of the tms struct. It is tied to the function,Jonathan Gray
2024-06-30Remove lhash statistics.Joel Sing
2024-06-30cast string literals with z_const char *Theo Buehler
2024-06-30Z_HUFFMAN -> Z_HUFFMAN_ONLY + linewrapping churn in a commentTheo Buehler
2024-06-29Z_HUFFMAN -> Z_HUFFMAN_ONLYTheo Buehler
2024-06-29Fix typos in previous.YASUOKA Masahiko
2024-06-29fix typoTheo Buehler
2024-06-29Add variables for RFC 5176 Error Cause.YASUOKA Masahiko
2024-06-29Add variables for DAE for RADIUS (RFC 5176).YASUOKA Masahiko
2024-06-28The ALPN callback should really ignore the out parameter if there'sTheo Buehler
2024-06-28Fix SSL_select_next_proto()Theo Buehler
2024-06-28Remove handling of SSLv2 client hello messages.Joel Sing
2024-06-26remove psk_idx from tlsext_randomize_build_order()Theo Buehler
2024-06-26tls_extension_find(): make output index optionalTheo Buehler
2024-06-25Implement RSA key exchange in constant time.Joel Sing
2024-06-25Fix TLS extension shufflingTheo Buehler
2024-06-24changing EINVAL from "has no associated size" to "has insufficient size"Theo de Raadt
2024-06-24ssl_err: KNF tweakTheo Buehler
2024-06-24ssl_err: fix whitespaceTheo Buehler
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-06-24x509_conf: rename the merr label into errTheo Buehler
2024-06-23strmode takes a mode_t, not an int; prompted by Collin Funk.Otto Moerbeek
2024-06-22lower parts of the manual page clearly say why using malloc() toTheo de Raadt