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
*
Unlock only when lock was successful
cchinchole
2024-07-03
2
-8
/
+8
*
Fixes for potential deadlock
cchinchole
2024-07-03
1
-0
/
+4
*
Convert hashtable to using ossl_rcu_deref on lookup
Neil Horman
2024-07-03
1
-2
/
+1
*
OPENSSL_hexstr2buf_ex(): Handle zero-length input correctly
Tomas Mraz
2024-07-02
1
-2
/
+4
*
Check EC_GROUP_get0_order result before dereference
JohnnySavages
2024-07-01
1
-2
/
+10
*
threads_win: fix build error with VS2010 x86
Georgi Valkov
2024-07-01
3
-9
/
+133
*
p12_npas.c: Remove call with unused return value
Drokov Pavel
2024-06-28
1
-2
/
+1
*
ossl_print_attribute_value(): Multiple minor fixes for style and other errors
Jonathan M. Wilbur
2024-06-28
1
-69
/
+51
*
Free appname if it was set after initializing crypto.
sgzmd
2024-06-27
1
-0
/
+2
*
docs: document that *_free(NULL) does nothing
Vita Batrla
2024-06-27
2
-3
/
+3
*
feat: add acceptablePrivilegePolicies and acceptableCertPolicies exts
Jonathan M. Wilbur
2024-06-26
3
-0
/
+28
*
MASM: Need to strip arguments after .pdata or .xdata
Kelvin Lee
2024-06-26
1
-0
/
+1
*
evp_pkey_ctx_setget_params_to_ctrl(): Always properly set ctx.action_type
Tomas Mraz
2024-06-26
1
-2
/
+1
*
Allow calling OPENSSL_INIT_free() with NULL argument
Tomas Mraz
2024-06-24
1
-0
/
+3
*
stricter parser for ipv4_from_asc
David Benjamin
2024-06-24
1
-15
/
+52
*
Support subjectDirectoryAttributes and associatedInformation exts
Jonathan M. Wilbur
2024-06-24
5
-1
/
+321
*
Fix typos found by codespell
Dimitri Papadopoulos
2024-06-24
1
-1
/
+1
*
Add Version Check for CSR Verification
erbsland-dev
2024-06-21
3
-1
/
+9
*
Fix regression of EVP_PKEY_CTX_add1_hkdf_info() with older providers
Tomas Mraz
2024-06-21
1
-2
/
+9
*
ASN1_item_verify_ctx(): Return -1 on fatal errors
Tomas Mraz
2024-06-21
1
-0
/
+2
*
feat: add delegatedNameConstraints and holderNameConstraints exts
Jonathan M. Wilbur
2024-06-20
3
-1
/
+25
*
Some minor nit corrections in the thread code for rcu
Neil Horman
2024-06-20
3
-1
/
+5
*
CMP: add support for requesting cert template using genm/genp
Rajeev Ranjan
2024-06-20
7
-31
/
+290
*
fix potential memory leak in PKCS12_add_key_ex()
sashan
2024-06-18
1
-6
/
+9
*
Add support for targetingInformation X.509v3 extension
Jonathan M. Wilbur
2024-06-17
6
-15
/
+257
*
OSSL_CMP_validate_msg(): fix check such that OSSL_CMP_OPT_PERMIT_TA_IN_EXTRAC...
Dr. David von Oheimb
2024-06-17
1
-1
/
+1
*
Fix memory leak on error in crypto/conf/conf_mod.c
shridhar kalavagunta
2024-06-05
1
-1
/
+2
*
Allow group methods to customize initialization for speed
Watson Ladd
2024-06-05
4
-7
/
+200
*
Remove the dead store in EVP_DecryptFinal_ex
CoolThi
2024-05-30
1
-2
/
+1
*
enable AES-XTS optimization for AIX
sanumesh
2024-05-30
1
-1
/
+1
*
uefi: move variables
Gerd Hoffmann
2024-05-30
1
-5
/
+5
*
Fix potential memory leak in OSSL_IETF_ATTR_SYNTAX_add1_value()
sashan
2024-05-30
1
-0
/
+1
*
Removed hard coded value for cap in function ossl_rsa_multip_cap
Gopal Sharma
2024-05-30
1
-1
/
+1
*
threads_pthread.c: change inline to ossl_inline
sanumesh
2024-05-28
1
-9
/
+9
*
Move stack of compression methods from libssl to OSSL_LIB_CTX
sashan
2024-05-28
3
-4
/
+85
*
rand: remove unimplemented librandom stub code
Dimitri John Ledkov
2024-05-24
1
-3
/
+0
*
EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipher
Max Ammann
2024-05-24
1
-0
/
+3
*
rsa-oaep: block SHAKE usage in FIPS mode
Dimitri John Ledkov
2024-05-22
1
-0
/
+24
*
fix crash in ecp_nistz256_point_add_affine()
Alexandr Nedvedicky
2024-05-22
1
-1
/
+27
*
For Unix, refactor OSSL_sleep() to use nanosleep() instead of usleep()
Richard Levitte
2024-05-22
1
-13
/
+42
*
Check DSA parameters for excessive sizes before validating
Tomas Mraz
2024-05-16
1
-4
/
+40
*
Optimizated calculation of shared power of 2 in bn_gcd
Andrew Golovashevich
2024-05-15
1
-11
/
+23
*
Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256
Tomas Mraz
2024-05-15
2
-2
/
+4
*
fix sm2 encryption implementation bug.
Liu-Ermeng
2024-05-15
1
-4
/
+27
*
fix: extension critical definition to default false
Jonathan M. Wilbur
2024-05-14
2
-4
/
+6
*
zeroize rsa->p,rsa->q on error
Alexandr Nedvedicky
2024-05-14
1
-4
/
+8
*
Add reason codes with the correct offset for two alerts
Jacob Champion
2024-05-14
2
-0
/
+5
*
threads_win: fix build error with VS2010
Georgi Valkov
2024-05-14
1
-1
/
+1
*
crypto/riscvcap: fix function declaration for hwprobe_to_cap
Hongren Zheng
2024-05-14
1
-1
/
+1
*
fips: zeroization of public security parameters (PSPs)
Dimitri John Ledkov
2024-05-13
3
-0
/
+17
[next]