index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
providers.num
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-03
openssl-dgst.pod.in: Fix documentation of -list option
EasySec
1
-9
/
+15
2022-02-03
Fix copyrights
Todd Short
22
-17
/
+116
2022-02-03
Use opt_int_arg() to parse integers in apps/speed.c
Kevin K Biju
1
-5
/
+9
2022-02-03
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
14
-49
/
+245
2022-02-03
add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()
Phus Lu
8
-4
/
+93
2022-02-02
apps/progs.pl: use SOURCE_DATE_EPOCH if defined for copyright year
Ross Burton
1
-1
/
+1
2022-02-01
Update the comment on ssl3_write_pending()
yangyangtiantianlonglong
1
-1
/
+1
2022-02-01
Revert dropped usage of var thiswr in do_ssl3_write()
yangyangtiantianlonglong
1
-1
/
+1
2022-02-01
indentation fix
Pauli
1
-1
/
+1
2022-02-01
tls1 prf: implement ctx dup operation
Pauli
1
-0
/
+27
2022-02-01
pkcs12 kdf: implement ctx dup operation
Pauli
1
-0
/
+25
2022-02-01
test: change pkey kdf dup fail test to a pkey kdf dup success test
Pauli
1
-7
/
+8
2022-02-01
k942 kdf: implement ctx dup operation
Pauli
1
-0
/
+37
2022-02-01
ss KDF: implement ctx dup operation
Pauli
1
-0
/
+32
2022-02-01
ssh kdf: implement ctx dup operation
Pauli
1
-0
/
+26
2022-02-01
scrypt: implement ctx dup operation
Pauli
1
-0
/
+35
2022-02-01
pvk kdf: implement ctx dup operation
Pauli
1
-0
/
+22
2022-02-01
krb5kdf: implement ctx dup operation
Pauli
1
-0
/
+23
2022-02-01
kbkdf: implement ctx dup operation
Pauli
1
-0
/
+32
2022-02-01
hkdf: implement ctx dup operation
Pauli
1
-0
/
+33
2022-02-01
pbkdf2: implement ctx dup operation
Pauli
1
-2
/
+36
2022-02-01
pbkdf1: implement ctx dup operation
Pauli
1
-0
/
+24
2022-02-01
evp_test: add a ctx dup operation to the KDF tests
Pauli
1
-0
/
+5
2022-02-01
prov: add a safe memdup function for context cloning
Pauli
2
-0
/
+21
2022-02-01
Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in ...
EasySec
1
-0
/
+1
2022-02-01
Fix endianness problem in params_api_test
Juergen Christ
1
-8
/
+8
2022-01-31
aes: make the no-asm constant time code path not the default
Pauli
2
-1
/
+10
2022-01-28
Include the modules directory in openssl.pc
Richard Levitte
1
-0
/
+1
2022-01-28
apps: Add option -no_ems to s_client/s_server apps
yangyangtiantianlonglong
4
-3
/
+20
2022-01-28
Add -verbose/-queit flags to dhparam
Philip Prindeville
12
-14
/
+88
2022-01-28
Use progress_cb in genrsa
Philip Prindeville
1
-24
/
+1
2022-01-28
Add the missing check of BN_bn2hex return value
Zhou Qingyang
1
-0
/
+3
2022-01-27
BIO_new_from_core_bio: Check for NULL pointer after calling get_globals
Jiasheng Jiang
1
-6
/
+12
2022-01-27
Ensure ciphers command honours -propquery
Matt Caswell
1
-1
/
+1
2022-01-27
Document purpose and trust setting functions
Matt Caswell
2
-4
/
+68
2022-01-27
Add a test for X509_STORE_CTX_set_purpose()
Matt Caswell
2
-18
/
+111
2022-01-27
Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purpose
Matt Caswell
1
-5
/
+6
2022-01-27
lhash: Avoid 32 bit right shift of a 32 bit value
Tomas Mraz
1
-2
/
+4
2022-01-27
Fix IV length of DES EDE ECB implementations
Tomas Mraz
3
-7
/
+16
2022-01-26
TEST: Add addition OSSL_PARAM tests for signed BIGNUMs
Richard Levitte
2
-58
/
+128
2022-01-26
Add support for signed BIGNUMs in the OSSL_PARAM_BLD API
Richard Levitte
3
-15
/
+52
2022-01-26
Add support for signed BIGNUMs in the OSSL_PARAM API
Richard Levitte
2
-24
/
+42
2022-01-26
UI: Check for NULL pointer after calling OPENSSL_memdup
Jiasheng Jiang
1
-2
/
+5
2022-01-26
Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()
Darshan Sen
3
-3
/
+17
2022-01-26
Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()
Darshan Sen
4
-2
/
+33
2022-01-26
x509: add the check for X509_STORE_lock
Jiasheng Jiang
1
-7
/
+25
2022-01-25
test/ct_test.c: Add the missing check after calling sk_SCT_new_null
Jiasheng Jiang
1
-0
/
+3
2022-01-25
evp_test: Add the missing check after calling OPENSSL_malloc
Jiasheng Jiang
1
-2
/
+6
2022-01-25
Optimize AES-GCM for uarchs with unroll and new instructions
XiaokangQian
8
-18
/
+7546
2022-01-24
AES-GCM performance optimzation with stitched method for p9+ ppc64le
Danny Tsen
5
-1
/
+1494
[next]