index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
certs
/
bad-othername-namec-inter.pem
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2022-01-20
Clarify flags argument of X509_check_ip
Tobias Nießen
1
-1
/
+2
2022-01-20
s_server: correctly handle 2^14 byte long records
Hubert Kario
1
-5
/
+9
2022-01-20
Simpler square-root computation for Ed25519
James Muir
1
-9
/
+4
2022-01-20
Fix sm3ss1 translation issue in sm3-armv8.pl
fangming.fang
1
-8
/
+7
2022-01-19
ssl: better support TSAN operations
Pauli
6
-27
/
+93
2022-01-19
test: add cipher context dup test
Pauli
1
-2
/
+9
2022-01-19
test: add digest context dup tests
Pauli
2
-12
/
+41
2022-01-19
doc: document digest and cipher dup functions
Pauli
2
-2
/
+35
2022-01-19
Add context dup functions for digests and ciphers
Pauli
4
-0
/
+26
2022-01-19
fix indentation
Pauli
2
-5
/
+5
2022-01-18
SM4 optimization for ARM by HW instruction
Daniel Hu
10
-60
/
+945
2022-01-18
dh_exch.c: Correct gettable parameters for DH key exchange
Tomas Mraz
1
-1
/
+1
2022-01-18
e_dasync: remove empty statement
Pauli
1
-1
/
+0
2022-01-18
demo: remove end of line whitespace
Pauli
1
-1
/
+1
2022-01-18
speed: rework if condition to avoid empty statement
Pauli
1
-3
/
+1
2022-01-18
replace ;; with ; as statement separator
Pauli
3
-3
/
+3
2022-01-18
apps/ca: replace ;; with ; as statement separator
Pauli
1
-1
/
+1
2022-01-18
ssl: replace ;; with ; as statement separator
Pauli
3
-3
/
+3
2022-01-18
Fix mistake in ERR_peek_error_all documentation.
Kevin Jones
1
-1
/
+1
2022-01-17
bn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
Tomas Mraz
1
-1
/
+1
2022-01-17
dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
Tomas Mraz
1
-0
/
+28
2022-01-17
Do not call ossl_ffc_name_to_dh_named_group with NULL argument
Tomas Mraz
2
-0
/
+2
2022-01-17
Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...
Tomas Mraz
1
-6
/
+17
2022-01-17
Fix typo in SSL_CTX_set_dh_auto
EasySec
1
-1
/
+1
2022-01-17
ssl/t1_enc: Fix kTLS RX offload path
Dmytro Podgornyi
1
-1
/
+1
2022-01-15
property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.
Pauli
1
-4
/
+46
[next]