summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify field and private key encodingtb7 days1-13/+3
* Make srtp.h self-standing by including ssl.htb7 days1-1/+3
* Provide an accelerated SHA-512 assembly implementation for aarch64.jsing8 days4-2/+353
* Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing8 days1-1/+56
* Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing8 days4-6/+36
* Use .arch rather than .cpu for sha2 instructions.jsing8 days1-2/+2
* Streamline X509_VERIFY_PARAM_add0_table()tb8 days1-17/+12
* x509_vpm: remove unnecessary NULL check before sk_pop_free()tb8 days1-4/+2
* ec.h: remove last SunPro pragmastb10 days1-13/+1
* Disambiguate curve commentstb11 days1-21/+21
* X509_NAME_print_ex: zap stray commatb11 days1-2/+2
* Give libtls the same bump as libcrypto and libssltb11 days1-2/+2
* Give libssl the same bump as libcryptotb11 days1-1/+1
* Bump libcrypto major after symbol removaltb11 days1-1/+1
* const correct tls_session_secret_cb_fn()tb11 days4-8/+8
* Bump LibreSSL versiontb11 days1-3/+3
* Reinstate PKCS12_key_gen_uni()tb11 days5-7/+10
* Remove EC_POINTs_* APItb11 days4-34/+3
* Remove Jprojective_coordinates APItb11 days4-29/+3
* Unexport EC_GROUP_*precompute_mult()tb11 days4-25/+3
* Unexport EC_GROUP_copy()tb11 days4-8/+4
* Unexport EC_METHOD and all API using ittb11 days6-56/+10
* Align CRYPTO_set_mem*_functions with OpenSSL 1.1tb11 days4-20/+9
* const correct UI_OpenSSL()tb11 days2-5/+5
* Fix documented signature of UI_OpenSSL()tb11 days1-3/+3
* Fix documented signature of BN_MONT_CTX_copy()tb11 days1-3/+3
* const correct BN_MONT_CTX_copy()tb11 days2-4/+4
* Unexport the weird X509_OBJECT_up_ref_count()tb11 days4-8/+6
* Unexport X509_NAME_print()tb11 days4-8/+4
* Support OPENSSL_NO_FILENAMEStb11 days18-91/+221
* X509_NAME_print_ex.3: move s to the proper placetb11 days1-2/+2
* Remove mention of X509_NAME_print(3) in the docstb11 days3-46/+13
* ec_asn1_test: Prepare for upcoming bumptb12 days2-8/+11
* Adjust signature of CRYPTO_set_mem_functions and remove _get_ docstb12 days1-23/+5
* Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3tb12 days2-4/+4
* Remove EC_POINT_method_of() docstb12 days1-19/+1
* Remove X509_OBJECT_free_contets() docstb12 days1-20/+3
* Remove X509_OBJECT_up_ref_count() documentationtb12 days1-23/+2
* Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docstb12 days1-53/+1
* Remove EC_POINTs_{make_affine,mul}() docstb12 days1-67/+2
* Remove EC_GROUP_{,have_}precompute_mult() docstb12 days1-31/+4
* Remove EC_GROUP_method_of() docstb12 days1-20/+1
* Remove EC_GFp_* and EC_METHOD_get_field_type docstb12 days7-156/+12
* Inline _CONF_get_section_values() in its last caller and remove ittb12 days3-19/+9
* Provide an accelerated SHA-256 assembly implementation for aarch64.jsing13 days4-2/+232
* _CONF_new_section: error check hash insertiontb13 days1-1/+5
* _CONF_new_section(): avoid silly ok dancetb13 days1-11/+8
* _CONF_new_section(): replace hand-rolled strdup() with the real thingtb13 days1-5/+3
* _CONF_new_section(): malloc() -> calloc()tb13 days1-4/+2
* asn1_multi: remove a pointless casttb2025-03-061-2/+2