summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix potential memory leak in PKCS12_add_key_ex()Niels Dossche12 days1-1/+3
* Clean up ASN1_STRING comment and improve example in docsJob Snijders12 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
* 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
* Fix multiple wrong checks of EVP_PKEY_set1_encoded_public_keyPeiwei Hu2024-11-222-2/+2
* Mark OPENSSL_armcap_P .hidden in arm asmKai Pastor2024-11-228-0/+8
* sm2_sig_verify(): Do not call BN_CTX_end() without BN_CTX_start()Tomas Mraz2024-11-211-4/+8
* Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...wangcheng2024-11-201-15/+32
* x509_vfy.c and x509_lu.c: refactor find_issuer(), X509_STORE_CTX_get1_issuer(...Dr. David von Oheimb2024-11-202-137/+74
* Make ossl_trace_param_values an official api functionNeil Horman2024-11-193-104/+170
* Add QUERY trace pointsNeil Horman2024-11-192-4/+159
* Add a QUERY trace categoryNeil Horman2024-11-191-0/+1
* Add tracing messages to the provider apiNeil Horman2024-11-191-9/+259
* Adding a trace category for PROVIDER callsNeil Horman2024-11-191-0/+1