summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: we should access global symbol by la.global instead ofWang Xin2025-01-141-1/+1
* Fix premature reuse of qp's in rcu locksNeil Horman2025-01-132-6/+19
* Tweak case of [fs] variant letter in SLH-DSA algorithmsViktor Dukhovni2025-01-113-144/+144
* Update error codes in "crypto/err/openssl.txt"Michael Baentsch2025-01-091-2/+1
* Fix the use of OPENSSL_HTTP_PROXY / OPENSSL_HTTPS_PROXYRichard Levitte2025-01-091-1/+1
* Free data if sk_OPENSSL_STRING_push fails.Frederik Wedel-Heinen2025-01-081-1/+5
* Return NULL from ossl_lib_ctx_get_concrete() when it is uninitializedFrederik Wedel-Heinen2025-01-082-4/+16
* Check returns of various sk_*_push functionsFrederik Wedel-Heinen2025-01-082-2/+4
* Pass functions with correct signatures to the evp_generic_fetch_xxx methodsFrederik Wedel-Heinen2025-01-077-34/+104
* Some PQ-related CSOR OIDsViktor Dukhovni2025-01-074-9/+242
* Fix potential memory leak in PKCS12_add_key_ex()Niels Dossche2025-01-061-1/+3
* Clean up ASN1_STRING comment and improve example in docsJob Snijders2025-01-061-4/+4
* Fix CMS encryption with key agreement when originator setJakub Zelenka2025-01-063-51/+62
* Optimize x86/aarch64 MD5 implementationJonathan Swinney2025-01-062-67/+66
* Avoid leaking memory when realloc failsFrederik Wedel-Heinen2025-01-031-2/+1
* feat: support the allowedAttributeAssignments X.509v3 extensionJonathan M. Wilbur2025-01-024-1/+132
* Fix potential memory leak in BIO_get_accept_socket()Niels Dossche2025-01-022-2/+7
* core_namemap.c: Use OPENSSL_STRING instead of defining STRING typeTomas Mraz2024-12-311-12/+11
* X509_ACERT_sign_ctx(): Remove superfluous referenceryuishii2024-12-261-1/+1
* Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()Peter Juhasz2024-12-262-1/+13
* feat: support the attributeMappings X.509v3 extensionJonathan M. Wilbur2024-12-234-1/+120
* Take into account no_store when pushing algorithmDmitry Belyavskiy2024-12-201-1/+1
* ossl_i2c_ASN1_BIT_STRING(): Fix a possible heap buffer overflowAndrey Tsygunka2024-12-201-18/+23
* Check whether ctx->pctx != NULLotherddn19782024-12-171-4/+8
* feat: add EVP APIs for cipher pipeliningRamkumar2024-12-174-7/+188
* Fix breakage on arm64_32 platformsTomas Mraz2024-12-131-2/+3
* Extension of OPENSSL_ia32cap to accommodate additional CPUID bitsElizarova, Alina2024-12-137-32/+107
* feat: support the timeSpecification X.509v3 extensionJonathan M. Wilbur2024-12-114-1/+601
* dh_cms_set_peerkey(): Fix the incorrect conditionShakti Shah2024-12-111-1/+1
* Add function to mix in an additional input into a RAND_POOLTomas Mraz2024-12-103-36/+78
* Fix potential use-after-free in REF_PRINT_COUNTNeil Horman2024-12-1017-26/+26
* ossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref failsTomas Mraz2024-12-101-2/+4
* Revert the behavior change of CMS_get1_certs() and CMS_get1_crls()Tomas Mraz2024-12-103-19/+54
* Code & comments changes to make them in consistentwillmafh2024-12-063-9/+16
* one more empty line for code style consistencywillmafh2024-12-061-0/+1
* Change all one's complement to ones' complement for consistencywillmafh2024-12-062-4/+4
* BN_secure_new function indentation correctionwillmafh2024-12-061-7/+7
* Delete redundant parentheses for code consistencywillmafh2024-12-061-1/+1
* fips: zeroization of ECX public keysJoachim Vandersmissen2024-12-031-0/+3
* Avoid NULL dereference with PKCS7_OP_SET_DETACHED_SIGNATURETomas Mraz2024-12-021-0/+5
* Fix EVP_PKEY_print_private() so that it works with non default providers.slontis2024-11-291-1/+5
* Fix solaris build in CRYPTO_atomic_store apiNeil Horman2024-11-291-1/+1
* Use static array (length 256) for copy of OPENSSL_MALLOC_FAILURESsftcd2024-11-281-4/+13
* Deprecate all BIO_meth_get_*() functionsTomas Mraz2024-11-281-0/+20
* Use sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.cNiels Dossche2024-11-281-20/+2
* rsa: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli2024-11-281-1/+1
* ffc: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli2024-11-281-1/+1
* ec: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli2024-11-281-1/+1
* Enable AES and SHA3 optimisations on Apple Silicon M4-based macOS systemsTom Cosgrove2024-11-221-1/+2
* Fix wrong return value checks for some functionsPeiwei Hu2024-11-221-1/+1