index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
echo.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-06
Don't run the symbol presence test on windows
Matt Caswell
1
-1
/
+2
2021-12-06
test_rsa: Test for PVK format conversion
Tomas Mraz
2
-5
/
+21
2021-12-06
key_to_type_specific_pem_bio_cb: Use passphrase callback from the arguments
Tomas Mraz
1
-1
/
+1
2021-12-06
PVK decoder: prompt for PVK passphrase and not PEM
Tomas Mraz
1
-1
/
+1
2021-12-06
Fix pvk encoder to properly query for the passphrase
Tomas Mraz
3
-7
/
+21
2021-12-06
Clarify the deprecation warnings in the docs
Matt Caswell
97
-308
/
+330
2021-12-06
CI: Replace windows-2016 with windows-2022
Tomas Mraz
2
-5
/
+8
2021-12-03
OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200
Dr. David von Oheimb
1
-6
/
+9
2021-12-03
parse_http_line1(): Fix diagnostic output on error and return code
Dr. David von Oheimb
1
-12
/
+12
2021-12-03
OSSL_HTTP_transfer.pod: Some clarifications on the BIO connect/disconnect cal...
Dr. David von Oheimb
1
-7
/
+10
2021-12-03
OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_H...
Dr. David von Oheimb
1
-0
/
+1
2021-12-02
s_cb.c: check the return value of X509_get0_pubkey()
x2018
1
-11
/
+29
2021-12-02
check the return value of BN_dup() in rsa_lib.c:1248
x2018
1
-1
/
+4
2021-12-01
Refactor: a separate func for provider activation from config
Dmitry Belyavskiy
1
-65
/
+75
2021-12-01
pvkkdf: Always reset buflen after clearing the buffer
Tomas Mraz
1
-1
/
+3
2021-11-30
various kdfs: Always reset buflen after clearing the buffer
Tomas Mraz
6
-4
/
+14
2021-11-30
More detailed explanation how do engines work in 3.0
Dmitry Belyavskiy
1
-0
/
+15
2021-11-29
No EtM for GOST ciphers in TLS 1.2
Dmitry Belyavskiy
1
-1
/
+5
2021-11-29
Return -1 properly from do_X509_REQ_verify and do_X509_verify
PW Hu
1
-3
/
+15
2021-11-29
Don't include any TLSv1.3 ciphersuites that are disabled
olszomal
1
-6
/
+15
2021-11-28
doc: remove non-existent callbacks
Pauli
1
-10
/
+1
2021-11-27
Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value
Tom Cosgrove
2
-5
/
+34
2021-11-26
TEST: Enable and fix test_bn2padded() in test/bntest.c
Richard Levitte
1
-19
/
+15
2021-11-26
BIO_push.pod: fix confusing text and add details on corner cases
Dr. David von Oheimb
1
-22
/
+31
2021-11-26
Enable brainpool curves for TLS1.3
Bernd Edlinger
11
-50
/
+153
2021-11-26
Detect arm64-*-*bsd and enable assembly optimizations
Allan Jude
2
-0
/
+9
2021-11-26
Don't delete the doc/html directories when cleaning
Matt Caswell
1
-4
/
+4
2021-11-25
check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....
x2018
1
-1
/
+7
2021-11-25
doc: fix macro name
Pauli
1
-1
/
+1
2021-11-25
check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...
x2018
1
-0
/
+2
2021-11-25
check the return value of OPENSSL_strdup to prevent potential memory access e...
x2018
1
-1
/
+1
2021-11-24
Allow sign extension in OSSL_PARAM_allocate_from_text()
Richard Levitte
1
-5
/
+17
2021-11-24
Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg number
Richard Levitte
4
-0
/
+10
2021-11-24
Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size ints
Richard Levitte
1
-28
/
+71
2021-11-24
Add test for copying uninitialized EVP_MD_CTX
Tomas Mraz
1
-0
/
+17
2021-11-24
EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contexts
Tomas Mraz
1
-2
/
+11
2021-11-24
Clarify and correct the EVP_CTRL_AEAD_SET_TAG docs
Matt Caswell
1
-6
/
+8
2021-11-24
x509: Return a nonzero exit code on error when checking ip/email/host
Rami Khaldi
3
-49
/
+67
2021-11-24
Fix detection of ARMv7 and ARM64 CPU features on FreeBSD
Allan Jude
1
-6
/
+9
2021-11-24
Support different R_BITS lengths for KBKDF
Patrick Uiterwijk
7
-11
/
+1924
2021-11-23
DOC: Add a few previously documented functions
Richard Levitte
3
-8
/
+4
2021-11-23
Add test for EVP_PKEY_sign_init_ex with RSA PSS padding
Tomas Mraz
1
-3
/
+39
2021-11-23
rsa_signverify_init: Set the PARAMS after key is set
Tomas Mraz
1
-6
/
+10
2021-11-23
DOC: OSSL_PARAM_{set,get,construct}_BN() currently only supports nonnegative ...
Richard Levitte
1
-0
/
+6
2021-11-23
Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbers
Richard Levitte
2
-0
/
+11
2021-11-23
Add a test case for duplicate engine loading
Bernd Edlinger
1
-2
/
+21
2021-11-23
Avoid loading of a dynamic engine twice
Bernd Edlinger
4
-1
/
+101
2021-11-22
Fix HTTP server port output and allow dynamic verbosity setting
Dr. David von Oheimb
6
-41
/
+74
2021-11-22
SSL_export_keying_material: fix return check
Peiwei Hu
2
-4
/
+4
2021-11-22
BIO_set_indent: fix return check
Peiwei Hu
1
-1
/
+1
[next]