index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential memory leak in PKCS12_add_key_ex()
Niels Dossche
12 days
1
-1
/
+3
*
Clean up ASN1_STRING comment and improve example in docs
Job Snijders
12 days
1
-4
/
+4
*
Fix CMS encryption with key agreement when originator set
Jakub Zelenka
12 days
3
-51
/
+62
*
Optimize x86/aarch64 MD5 implementation
Jonathan Swinney
12 days
2
-67
/
+66
*
Avoid leaking memory when realloc fails
Frederik Wedel-Heinen
2025-01-03
1
-2
/
+1
*
feat: support the allowedAttributeAssignments X.509v3 extension
Jonathan M. Wilbur
2025-01-02
4
-1
/
+132
*
Fix potential memory leak in BIO_get_accept_socket()
Niels Dossche
2025-01-02
2
-2
/
+7
*
core_namemap.c: Use OPENSSL_STRING instead of defining STRING type
Tomas Mraz
2024-12-31
1
-12
/
+11
*
X509_ACERT_sign_ctx(): Remove superfluous reference
ryuishii
2024-12-26
1
-1
/
+1
*
Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()
Peter Juhasz
2024-12-26
2
-1
/
+13
*
feat: support the attributeMappings X.509v3 extension
Jonathan M. Wilbur
2024-12-23
4
-1
/
+120
*
Take into account no_store when pushing algorithm
Dmitry Belyavskiy
2024-12-20
1
-1
/
+1
*
ossl_i2c_ASN1_BIT_STRING(): Fix a possible heap buffer overflow
Andrey Tsygunka
2024-12-20
1
-18
/
+23
*
Check whether ctx->pctx != NULL
otherddn1978
2024-12-17
1
-4
/
+8
*
feat: add EVP APIs for cipher pipelining
Ramkumar
2024-12-17
4
-7
/
+188
*
Fix breakage on arm64_32 platforms
Tomas Mraz
2024-12-13
1
-2
/
+3
*
Extension of OPENSSL_ia32cap to accommodate additional CPUID bits
Elizarova, Alina
2024-12-13
7
-32
/
+107
*
feat: support the timeSpecification X.509v3 extension
Jonathan M. Wilbur
2024-12-11
4
-1
/
+601
*
dh_cms_set_peerkey(): Fix the incorrect condition
Shakti Shah
2024-12-11
1
-1
/
+1
*
Add function to mix in an additional input into a RAND_POOL
Tomas Mraz
2024-12-10
3
-36
/
+78
*
Fix potential use-after-free in REF_PRINT_COUNT
Neil Horman
2024-12-10
17
-26
/
+26
*
ossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref fails
Tomas Mraz
2024-12-10
1
-2
/
+4
*
Revert the behavior change of CMS_get1_certs() and CMS_get1_crls()
Tomas Mraz
2024-12-10
3
-19
/
+54
*
Code & comments changes to make them in consistent
willmafh
2024-12-06
3
-9
/
+16
*
one more empty line for code style consistency
willmafh
2024-12-06
1
-0
/
+1
*
Change all one's complement to ones' complement for consistency
willmafh
2024-12-06
2
-4
/
+4
*
BN_secure_new function indentation correction
willmafh
2024-12-06
1
-7
/
+7
*
Delete redundant parentheses for code consistency
willmafh
2024-12-06
1
-1
/
+1
*
fips: zeroization of ECX public keys
Joachim Vandersmissen
2024-12-03
1
-0
/
+3
*
Avoid NULL dereference with PKCS7_OP_SET_DETACHED_SIGNATURE
Tomas Mraz
2024-12-02
1
-0
/
+5
*
Fix EVP_PKEY_print_private() so that it works with non default providers.
slontis
2024-11-29
1
-1
/
+5
*
Fix solaris build in CRYPTO_atomic_store api
Neil Horman
2024-11-29
1
-1
/
+1
*
Use static array (length 256) for copy of OPENSSL_MALLOC_FAILURES
sftcd
2024-11-28
1
-4
/
+13
*
Deprecate all BIO_meth_get_*() functions
Tomas Mraz
2024-11-28
1
-0
/
+20
*
Use sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.c
Niels Dossche
2024-11-28
1
-20
/
+2
*
rsa: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
2024-11-28
1
-1
/
+1
*
ffc: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
2024-11-28
1
-1
/
+1
*
ec: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
2024-11-28
1
-1
/
+1
*
Enable AES and SHA3 optimisations on Apple Silicon M4-based macOS systems
Tom Cosgrove
2024-11-22
1
-1
/
+2
*
Fix wrong return value checks for some functions
Peiwei Hu
2024-11-22
1
-1
/
+1
*
Fix multiple wrong checks of EVP_PKEY_set1_encoded_public_key
Peiwei Hu
2024-11-22
2
-2
/
+2
*
Mark OPENSSL_armcap_P .hidden in arm asm
Kai Pastor
2024-11-22
8
-0
/
+8
*
sm2_sig_verify(): Do not call BN_CTX_end() without BN_CTX_start()
Tomas Mraz
2024-11-21
1
-4
/
+8
*
Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...
wangcheng
2024-11-20
1
-15
/
+32
*
x509_vfy.c and x509_lu.c: refactor find_issuer(), X509_STORE_CTX_get1_issuer(...
Dr. David von Oheimb
2024-11-20
2
-137
/
+74
*
Make ossl_trace_param_values an official api function
Neil Horman
2024-11-19
3
-104
/
+170
*
Add QUERY trace points
Neil Horman
2024-11-19
2
-4
/
+159
*
Add a QUERY trace category
Neil Horman
2024-11-19
1
-0
/
+1
*
Add tracing messages to the provider api
Neil Horman
2024-11-19
1
-9
/
+259
*
Adding a trace category for PROVIDER calls
Neil Horman
2024-11-19
1
-0
/
+1
[next]