summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* const correct d2i_* prototypestb8 days4-13/+13
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)sthen9 days2-2/+2
* pkey_ec_derive: fix call to ECDH_compute_key()tb9 days1-2/+2
* Simplify field and private key encodingtb9 days1-13/+3
* Make srtp.h self-standing by including ssl.htb9 days1-1/+3
* Provide an accelerated SHA-512 assembly implementation for aarch64.jsing10 days4-2/+353
* Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing10 days4-6/+36
* Use .arch rather than .cpu for sha2 instructions.jsing10 days1-2/+2
* Streamline X509_VERIFY_PARAM_add0_table()tb11 days1-17/+12
* x509_vpm: remove unnecessary NULL check before sk_pop_free()tb11 days1-4/+2
* ec.h: remove last SunPro pragmastb12 days1-13/+1
* Disambiguate curve commentstb13 days1-21/+21
* X509_NAME_print_ex: zap stray commatb13 days1-2/+2
* Give libtls the same bump as libcrypto and libssltb13 days1-2/+2
* Give libssl the same bump as libcryptotb13 days1-1/+1
* Bump libcrypto major after symbol removaltb13 days1-1/+1
* const correct tls_session_secret_cb_fn()tb13 days4-8/+8
* Bump LibreSSL versiontb13 days1-3/+3
* Reinstate PKCS12_key_gen_uni()tb13 days5-7/+10
* Remove EC_POINTs_* APItb13 days4-34/+3
* Remove Jprojective_coordinates APItb13 days4-29/+3
* Unexport EC_GROUP_*precompute_mult()tb13 days4-25/+3
* Unexport EC_GROUP_copy()tb13 days4-8/+4
* Unexport EC_METHOD and all API using ittb13 days6-56/+10
* Align CRYPTO_set_mem*_functions with OpenSSL 1.1tb13 days4-20/+9
* const correct UI_OpenSSL()tb13 days2-5/+5
* Fix documented signature of UI_OpenSSL()tb13 days1-3/+3
* Fix documented signature of BN_MONT_CTX_copy()tb13 days1-3/+3
* const correct BN_MONT_CTX_copy()tb13 days2-4/+4
* Unexport the weird X509_OBJECT_up_ref_count()tb13 days4-8/+6
* Unexport X509_NAME_print()tb13 days4-8/+4
* Support OPENSSL_NO_FILENAMEStb13 days18-91/+221
* X509_NAME_print_ex.3: move s to the proper placetb13 days1-2/+2
* Remove mention of X509_NAME_print(3) in the docstb13 days3-46/+13
* Adjust signature of CRYPTO_set_mem_functions and remove _get_ docstb2025-03-081-23/+5
* Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3tb2025-03-082-4/+4
* Remove EC_POINT_method_of() docstb2025-03-081-19/+1
* Remove X509_OBJECT_free_contets() docstb2025-03-081-20/+3
* Remove X509_OBJECT_up_ref_count() documentationtb2025-03-081-23/+2
* Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docstb2025-03-081-53/+1
* Remove EC_POINTs_{make_affine,mul}() docstb2025-03-081-67/+2
* Remove EC_GROUP_{,have_}precompute_mult() docstb2025-03-081-31/+4
* Remove EC_GROUP_method_of() docstb2025-03-081-20/+1
* Remove EC_GFp_* and EC_METHOD_get_field_type docstb2025-03-087-156/+12
* Inline _CONF_get_section_values() in its last caller and remove ittb2025-03-083-19/+9
* Provide an accelerated SHA-256 assembly implementation for aarch64.jsing2025-03-074-2/+232
* _CONF_new_section: error check hash insertiontb2025-03-071-1/+5
* _CONF_new_section(): avoid silly ok dancetb2025-03-071-11/+8
* _CONF_new_section(): replace hand-rolled strdup() with the real thingtb2025-03-071-5/+3
* _CONF_new_section(): malloc() -> calloc()tb2025-03-071-4/+2