| Commit message (Expand) | Author | Age | Files | Lines |
* | Use .arch rather than .cpu for sha2 instructions. | jsing | 10 days | 1 | -2/+2 |
* | Streamline X509_VERIFY_PARAM_add0_table() | tb | 10 days | 1 | -17/+12 |
* | x509_vpm: remove unnecessary NULL check before sk_pop_free() | tb | 10 days | 1 | -4/+2 |
* | ec.h: remove last SunPro pragmas | tb | 12 days | 1 | -13/+1 |
* | Disambiguate curve comments | tb | 12 days | 1 | -21/+21 |
* | X509_NAME_print_ex: zap stray comma | tb | 12 days | 1 | -2/+2 |
* | Give libtls the same bump as libcrypto and libssl | tb | 12 days | 1 | -2/+2 |
* | Give libssl the same bump as libcrypto | tb | 12 days | 1 | -1/+1 |
* | Bump libcrypto major after symbol removal | tb | 12 days | 1 | -1/+1 |
* | const correct tls_session_secret_cb_fn() | tb | 12 days | 4 | -8/+8 |
* | Bump LibreSSL version | tb | 12 days | 1 | -3/+3 |
* | Reinstate PKCS12_key_gen_uni() | tb | 12 days | 5 | -7/+10 |
* | Remove EC_POINTs_* API | tb | 12 days | 4 | -34/+3 |
* | Remove Jprojective_coordinates API | tb | 12 days | 4 | -29/+3 |
* | Unexport EC_GROUP_*precompute_mult() | tb | 12 days | 4 | -25/+3 |
* | Unexport EC_GROUP_copy() | tb | 12 days | 4 | -8/+4 |
* | Unexport EC_METHOD and all API using it | tb | 12 days | 6 | -56/+10 |
* | Align CRYPTO_set_mem*_functions with OpenSSL 1.1 | tb | 12 days | 4 | -20/+9 |
* | const correct UI_OpenSSL() | tb | 12 days | 2 | -5/+5 |
* | Fix documented signature of UI_OpenSSL() | tb | 12 days | 1 | -3/+3 |
* | Fix documented signature of BN_MONT_CTX_copy() | tb | 12 days | 1 | -3/+3 |
* | const correct BN_MONT_CTX_copy() | tb | 12 days | 2 | -4/+4 |
* | Unexport the weird X509_OBJECT_up_ref_count() | tb | 12 days | 4 | -8/+6 |
* | Unexport X509_NAME_print() | tb | 12 days | 4 | -8/+4 |
* | Support OPENSSL_NO_FILENAMES | tb | 12 days | 18 | -91/+221 |
* | X509_NAME_print_ex.3: move s to the proper place | tb | 12 days | 1 | -2/+2 |
* | Remove mention of X509_NAME_print(3) in the docs | tb | 12 days | 3 | -46/+13 |
* | ec_asn1_test: Prepare for upcoming bump | tb | 13 days | 2 | -8/+11 |
* | Adjust signature of CRYPTO_set_mem_functions and remove _get_ docs | tb | 13 days | 1 | -23/+5 |
* | Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3 | tb | 13 days | 2 | -4/+4 |
* | Remove EC_POINT_method_of() docs | tb | 13 days | 1 | -19/+1 |
* | Remove X509_OBJECT_free_contets() docs | tb | 13 days | 1 | -20/+3 |
* | Remove X509_OBJECT_up_ref_count() documentation | tb | 13 days | 1 | -23/+2 |
* | Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docs | tb | 13 days | 1 | -53/+1 |
* | Remove EC_POINTs_{make_affine,mul}() docs | tb | 13 days | 1 | -67/+2 |
* | Remove EC_GROUP_{,have_}precompute_mult() docs | tb | 13 days | 1 | -31/+4 |
* | Remove EC_GROUP_method_of() docs | tb | 13 days | 1 | -20/+1 |
* | Remove EC_GFp_* and EC_METHOD_get_field_type docs | tb | 13 days | 7 | -156/+12 |
* | Inline _CONF_get_section_values() in its last caller and remove it | tb | 14 days | 3 | -19/+9 |
* | Provide an accelerated SHA-256 assembly implementation for aarch64. | jsing | 2025-03-07 | 4 | -2/+232 |
* | _CONF_new_section: error check hash insertion | tb | 2025-03-07 | 1 | -1/+5 |
* | _CONF_new_section(): avoid silly ok dance | tb | 2025-03-07 | 1 | -11/+8 |
* | _CONF_new_section(): replace hand-rolled strdup() with the real thing | tb | 2025-03-07 | 1 | -5/+3 |
* | _CONF_new_section(): malloc() -> calloc() | tb | 2025-03-07 | 1 | -4/+2 |
* | asn1_multi: remove a pointless cast | tb | 2025-03-06 | 1 | -2/+2 |
* | Rename X509V3_get_section() to X509V3_get0_section() | tb | 2025-03-06 | 6 | -15/+15 |
* | Garbage collect X509V3_section_free() | tb | 2025-03-06 | 6 | -25/+8 |
* | unifdef OPENSSL_NO_CHAIN_VERIFY | tb | 2025-03-04 | 1 | -6/+3 |
* | Zap trailing whitespace in dsa.h | tb | 2025-03-01 | 1 | -7/+7 |
* | Remove offensive whitespace from x509.h | tb | 2025-03-01 | 1 | -27/+27 |