index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Configurations
/
50-djgpp.conf
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
Fix VMS installation - $config{pointer_size} -> $target{pointer_size}
Richard Levitte
3
-3
/
+3
2021-12-14
Fix VMS installation - consistent program names with version info
Richard Levitte
3
-3
/
+3
2021-12-14
Remove some unnecessary undefs in bn_asm.c
Bernd Edlinger
1
-7
/
+0
2021-12-14
Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targets
Bernd Edlinger
2
-0
/
+49
2021-12-13
OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP header parsing
Dr. David von Oheimb
1
-1
/
+3
2021-12-13
bn2binpad: Use memset as the buffer will be used later
Tomas Mraz
1
-1
/
+2
2021-12-13
APPS/cmp: Simplify read_write_req_resp() - 'req' arg must not be NULL anyway
Dr. David von Oheimb
1
-2
/
+1
2021-12-13
ossl_cmp_msg_check_update(): align recipNone check with improved transactionI...
Dr. David von Oheimb
1
-26
/
+26
2021-12-13
CMP test_commands.csv: improve test for -reqin, adding -reqin_new_tid
Dr. David von Oheimb
1
-2
/
+2
2021-12-13
CMP test_verification.csv: add missing test case for -untrusted with non-matc...
Dr. David von Oheimb
1
-0
/
+1
2021-12-13
CMP test_enrollment.csv: clean up test cases regarding (non-existing) directo...
Dr. David von Oheimb
1
-4
/
+4
2021-12-13
test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()
Richard Levitte
1
-0
/
+14
2021-12-13
test/evp_extra_test.c: Refactor test_fromdata()
Richard Levitte
1
-43
/
+93
2021-12-13
Enhance the explanation of selector bits in provider-keymgmt(7)
Richard Levitte
1
-6
/
+5
2021-12-13
Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fix
Richard Levitte
5
-41
/
+126
2021-12-13
Fix EVP_PKEY_eq() to be possible to use with strictly private keys
Richard Levitte
2
-8
/
+34
2021-12-12
Fix Coverity 1494385 logically dead code.
Pauli
1
-4
/
+14
2021-12-11
Fix faulty detail in BN_rand() manual
Richard Levitte
1
-1
/
+1
2021-12-10
Teach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_EXTERN
Richard Levitte
1
-0
/
+6
2021-12-10
Make OSSL_provider_init() OPENSSL_EXPORT, not just extern
Richard Levitte
1
-1
/
+1
2021-12-10
apps/s_server: Correct s_server to return the correct file path
Tianjia Zhang
1
-1
/
+1
2021-12-10
Windows CI: explicitly use windows-2019 instead of using windows-latest
Tomas Mraz
1
-3
/
+3
2021-12-10
remove redundant ERR_raise
x2018
2
-6
/
+2
2021-12-10
check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36
x2018
2
-1
/
+8
2021-12-10
changes opensssl typos to openssl
Sam Eaton
3
-3
/
+3
2021-12-09
fix Coverity 1494649: dead code
Pauli
1
-3
/
+3
2021-12-09
APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...
Dr. David von Oheimb
2
-37
/
+102
2021-12-09
Minor code cleanup in o_names_init
Bernd Edlinger
1
-1
/
+7
2021-12-09
OSSL_HTTP_get(): Fix timeout handling on redirection
Dr. David von Oheimb
4
-1
/
+21
2021-12-09
CMP check_msg_find_cert(): improve diagnostics on transactionID mismatch
Dr. David von Oheimb
4
-12
/
+18
2021-12-09
80-test_cmp_http_data/test_commands.csv: fix minor glitch in column alignment
Dr. David von Oheimb
1
-1
/
+1
2021-12-09
APPS/cmp: fix -rspin option such that it works again without -reqin
Dr. David von Oheimb
2
-1
/
+6
2021-12-09
OSSL_CMP_MSG_read(): Fix mem leak on file read error
Dr. David von Oheimb
1
-3
/
+2
2021-12-09
Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurations
pkubaj
4
-7
/
+37
2021-12-08
rename MIN() macro
Gerd Hoffmann
1
-2
/
+2
2021-12-08
bio_enc.c: add memory allocation check
Peiwei Hu
1
-0
/
+12
2021-12-08
Fix Markdown links in SUPPORT.md
Alex Pawelko
1
-1
/
+3
2021-12-07
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
45
-147
/
+134
2021-12-07
Fix documentation for tlsext_ticket_key
Matt Caswell
1
-1
/
+1
2021-12-07
X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email ad...
Dr. David von Oheimb
3
-9
/
+12
2021-12-07
X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID ...
Dr. David von Oheimb
2
-7
/
+9
2021-12-07
Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functions
Matt Caswell
2
-4
/
+10
2021-12-07
OSSL_HTTP_open(): clarify doc of 'server' arg and its use of BIO_new_connect()
Dr. David von Oheimb
1
-4
/
+5
2021-12-07
OSSL_HTTP_open(): Complete documentation of checks for server and proxy args
Dr. David von Oheimb
1
-0
/
+2
2021-12-07
OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...
Dr. David von Oheimb
2
-2
/
+4
2021-12-07
OBJ_obj2txt(): fix off-by-one documentation of the result
Dr. David von Oheimb
2
-29
/
+27
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
[next]