index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ss KDF: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+32
*
ssh kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+26
*
scrypt: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+35
*
pvk kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+22
*
krb5kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+23
*
kbkdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+32
*
hkdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+33
*
pbkdf2: implement ctx dup operation
Pauli
2022-02-01
1
-2
/
+36
*
pbkdf1: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+24
*
evp_test: add a ctx dup operation to the KDF tests
Pauli
2022-02-01
1
-0
/
+5
*
prov: add a safe memdup function for context cloning
Pauli
2022-02-01
2
-0
/
+21
*
Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in ...
EasySec
2022-02-01
1
-0
/
+1
*
Fix endianness problem in params_api_test
Juergen Christ
2022-02-01
1
-8
/
+8
*
aes: make the no-asm constant time code path not the default
Pauli
2022-01-31
2
-1
/
+10
*
Include the modules directory in openssl.pc
Richard Levitte
2022-01-28
1
-0
/
+1
*
apps: Add option -no_ems to s_client/s_server apps
yangyangtiantianlonglong
2022-01-28
4
-3
/
+20
*
Add -verbose/-queit flags to dhparam
Philip Prindeville
2022-01-28
12
-14
/
+88
*
Use progress_cb in genrsa
Philip Prindeville
2022-01-28
1
-24
/
+1
*
Add the missing check of BN_bn2hex return value
Zhou Qingyang
2022-01-28
1
-0
/
+3
*
BIO_new_from_core_bio: Check for NULL pointer after calling get_globals
Jiasheng Jiang
2022-01-27
1
-6
/
+12
*
Ensure ciphers command honours -propquery
Matt Caswell
2022-01-27
1
-1
/
+1
*
Document purpose and trust setting functions
Matt Caswell
2022-01-27
2
-4
/
+68
*
Add a test for X509_STORE_CTX_set_purpose()
Matt Caswell
2022-01-27
2
-18
/
+111
*
Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purpose
Matt Caswell
2022-01-27
1
-5
/
+6
*
lhash: Avoid 32 bit right shift of a 32 bit value
Tomas Mraz
2022-01-27
1
-2
/
+4
*
Fix IV length of DES EDE ECB implementations
Tomas Mraz
2022-01-27
3
-7
/
+16
*
TEST: Add addition OSSL_PARAM tests for signed BIGNUMs
Richard Levitte
2022-01-26
2
-58
/
+128
*
Add support for signed BIGNUMs in the OSSL_PARAM_BLD API
Richard Levitte
2022-01-26
3
-15
/
+52
*
Add support for signed BIGNUMs in the OSSL_PARAM API
Richard Levitte
2022-01-26
2
-24
/
+42
*
UI: Check for NULL pointer after calling OPENSSL_memdup
Jiasheng Jiang
2022-01-26
1
-2
/
+5
*
Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()
Darshan Sen
2022-01-26
3
-3
/
+17
*
Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()
Darshan Sen
2022-01-26
4
-2
/
+33
*
x509: add the check for X509_STORE_lock
Jiasheng Jiang
2022-01-26
1
-7
/
+25
*
test/ct_test.c: Add the missing check after calling sk_SCT_new_null
Jiasheng Jiang
2022-01-25
1
-0
/
+3
*
evp_test: Add the missing check after calling OPENSSL_malloc
Jiasheng Jiang
2022-01-25
1
-2
/
+6
*
Optimize AES-GCM for uarchs with unroll and new instructions
XiaokangQian
2022-01-25
8
-18
/
+7546
*
AES-GCM performance optimzation with stitched method for p9+ ppc64le
Danny Tsen
2022-01-24
5
-1
/
+1494
*
`make clean` should clean up fips provider shared object.
Todd Short
2022-01-24
1
-1
/
+1
*
self_test.h: fix the C++ wrapping
Pauli
2022-01-23
1
-4
/
+3
*
Standardize progress callback for dhparam, dsaparam, etc.
Philip Prindeville
2022-01-21
6
-82
/
+21
*
LEGACY PROV: Reimplement the ERR building blocks in upcall terms
Richard Levitte
2022-01-21
1
-0
/
+102
*
ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()
Richard Levitte
2022-01-21
3
-56
/
+70
*
crypto/bio: drop float formating for UEFI
Gerd Hoffmann
2022-01-21
1
-0
/
+20
*
Revert "crypto/bio: fix build on UEFI"
Gerd Hoffmann
2022-01-21
1
-9
/
+0
*
Fix the same BIO_FLAGS macro definition
yangyangtiantianlonglong
2022-01-21
2
-1
/
+3
*
TEST: Add a test of the new BN_signed set of functions in test/bntest.c
Richard Levitte
2022-01-20
1
-0
/
+132
*
Add signed bn2bin and bin2bn functions
Richard Levitte
2022-01-20
4
-32
/
+150
*
[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunk
Richard Levitte
2022-01-20
1
-22
/
+30
*
BIGNUM: Add a comment on chunk order in struct bignum_st
Richard Levitte
2022-01-20
1
-2
/
+5
*
[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'s
Richard Levitte
2022-01-20
1
-9
/
+20
[next]