summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The ALPN callback should really ignore the out parameter if there'stb2024-06-281-3/+13
* Fix SSL_select_next_proto()tb2024-06-281-29/+54
* Remove handling of SSLv2 client hello messages.jsing2024-06-281-205/+1
* remove psk_idx from tlsext_randomize_build_order()tb2024-06-261-3/+3
* tls_extension_find(): make output index optionaltb2024-06-261-2/+3
* Implement RSA key exchange in constant time.jsing2024-06-253-63/+73
* Fix TLS extension shufflingtb2024-06-251-2/+2
* ssl_err: KNF tweaktb2024-06-241-2/+2
* ssl_err: fix whitespacetb2024-06-241-13/+13
* libcrypto: constify most error string tablestb2024-06-2426-139/+321
* x509_conf: rename the merr label into errtb2024-06-241-8/+8
* rust-openssl: switch from deprecated config to config.tomltb2024-06-232-2/+2
* openssl ca: avoid double free for spkac files without default sectiontb2024-06-231-2/+1
* strmode takes a mode_t, not an int; prompted by Collin Funk.otto2024-06-231-4/+2
* Remove the less-than-useful change log.jsing2024-06-221-39/+1
* Rewrite BN_bn2mpi() using CBB.jsing2024-06-221-24/+35
* Sync bytestring from libssl.jsing2024-06-222-2/+15
* Provide CBB_add_u32_length_prefixed().jsing2024-06-222-2/+15
* x_all.c: remove a bunch of unnecessary parenthesestb2024-06-191-23/+19
* v3_generic_extension() use ASN1_STRING_set0()tb2024-06-181-4/+4