index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
acvp_test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2022-01-24
`make clean` should clean up fips provider shared object.
Todd Short
1
-1
/
+1
2022-01-23
self_test.h: fix the C++ wrapping
Pauli
1
-4
/
+3
2022-01-21
Standardize progress callback for dhparam, dsaparam, etc.
Philip Prindeville
6
-82
/
+21
2022-01-21
LEGACY PROV: Reimplement the ERR building blocks in upcall terms
Richard Levitte
1
-0
/
+102
2022-01-21
ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()
Richard Levitte
3
-56
/
+70
2022-01-21
crypto/bio: drop float formating for UEFI
Gerd Hoffmann
1
-0
/
+20
2022-01-21
Revert "crypto/bio: fix build on UEFI"
Gerd Hoffmann
1
-9
/
+0
2022-01-21
Fix the same BIO_FLAGS macro definition
yangyangtiantianlonglong
2
-1
/
+3
2022-01-20
TEST: Add a test of the new BN_signed set of functions in test/bntest.c
Richard Levitte
1
-0
/
+132
2022-01-20
Add signed bn2bin and bin2bn functions
Richard Levitte
4
-32
/
+150
2022-01-20
[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunk
Richard Levitte
1
-22
/
+30
2022-01-20
BIGNUM: Add a comment on chunk order in struct bignum_st
Richard Levitte
1
-2
/
+5
2022-01-20
[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'s
Richard Levitte
1
-9
/
+20
2022-01-20
[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into one
Richard Levitte
1
-52
/
+34
[next]