summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: support the aAissuingDistributionPoint X.509v3 extensionJonathan M. Wilbur12 hours3-0/+172
* Support CLI and API setting of provider configuration parametersViktor Dukhovni12 hours2-14/+22
* Work around to get llvm-mingw working on aarch64Alexandr Nedvedicky12 hours1-0/+9
* Move rodata to .rodata section for armv8Alexey Moksyakov13 hours3-22/+46
* provider_deactivate(): Check return value of CRYPTO_atomic_add()onexyoung19 hours1-1/+8
* Workaround for RSA on AArch64 Big EndianNikolay Nikolaev3 days1-0/+2
* Remove non-existing error code.Peter Bierma3 days1-1/+0
* Synchronize openssl.txt with comperr.hPeter Bierma3 days1-5/+5
* Finishing touch to perlasm update to make it work on OpenBSDsashan4 days2-6/+42
* Make it able to run asm code on OpenBSD (arm64)Theo Buehler4 days12-73/+164
* LoongArch: we should access global symbol by la.global instead ofWang Xin4 days1-1/+1
* Fix premature reuse of qp's in rcu locksNeil Horman4 days2-6/+19
* Tweak case of [fs] variant letter in SLH-DSA algorithmsViktor Dukhovni7 days3-144/+144
* Update error codes in "crypto/err/openssl.txt"Michael Baentsch9 days1-2/+1
* Fix the use of OPENSSL_HTTP_PROXY / OPENSSL_HTTPS_PROXYRichard Levitte9 days1-1/+1
* Free data if sk_OPENSSL_STRING_push fails.Frederik Wedel-Heinen10 days1-1/+5
* Return NULL from ossl_lib_ctx_get_concrete() when it is uninitializedFrederik Wedel-Heinen10 days2-4/+16
* Check returns of various sk_*_push functionsFrederik Wedel-Heinen10 days2-2/+4
* Pass functions with correct signatures to the evp_generic_fetch_xxx methodsFrederik Wedel-Heinen10 days7-34/+104
* Some PQ-related CSOR OIDsViktor Dukhovni11 days4-9/+242
* Fix potential memory leak in PKCS12_add_key_ex()Niels Dossche11 days1-1/+3
* Clean up ASN1_STRING comment and improve example in docsJob Snijders11 days1-4/+4
* Fix CMS encryption with key agreement when originator setJakub Zelenka12 days3-51/+62
* Optimize x86/aarch64 MD5 implementationJonathan Swinney12 days2-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