index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
arm64cpuid.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-12
ci: run the on pull request CIs on push to master
Pauli
2
-2
/
+2
2021-06-12
d2i_X509: revert calling X509v3_cache_extensions()
Dr. David von Oheimb
1
-24
/
+1
2021-06-12
Windows GitHub CI: Introduce --strict-warnings
Richard Levitte
1
-8
/
+9
2021-06-12
Windows Github CI: test in Windows 2016 as well
Richard Levitte
1
-3
/
+16
2021-06-11
Building: Add necessary dependencies for linker scripts and .rc files
Richard Levitte
1
-0
/
+2
2021-06-11
Configure: Allow spaces around '=' in all build.info statements
Richard Levitte
1
-16
/
+16
2021-06-11
Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarity
Dr. David von Oheimb
4
-32
/
+32
2021-06-11
HTTP client: Fix GET request handling when rctx is reused (keep-alive)
Dr. David von Oheimb
2
-24
/
+27
2021-06-11
Add support for ISO 8601 datetime format
William Edmisten
16
-42
/
+191
2021-06-11
Update krb5 module and re-enable pkinit tests
Robbie Harwood
2
-1
/
+1
2021-06-11
Do not depend on the exact exit failure value of dgst app
Tomas Mraz
1
-15
/
+15
2021-06-11
Clean away remaining Travis related files
Richard Levitte
2
-18
/
+0
2021-06-11
fuzz/asn1parse: Use BIO_s_mem() as fallback output
Tomas Mraz
1
-0
/
+2
2021-06-11
BIO_write_ex: No error only on 0 bytes to write
Tomas Mraz
2
-3
/
+12
2021-06-11
Windows CI: Enable fuzz test in plain build
Tomas Mraz
1
-1
/
+1
2021-06-11
apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32
Richard Levitte
1
-0
/
+9
2021-06-11
Fix FIPS provider value in docs
Todd Short
1
-1
/
+1
2021-06-11
STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions
Richard Levitte
4
-10
/
+10
2021-06-11
Document that provider name can be a full path
Tomas Mraz
2
-2
/
+12
2021-06-11
dl_name_converter: Avoid unnecessary overallocation
Tomas Mraz
1
-1
/
+1
2021-06-11
ossl_provider_set_module_path: Prevent potential UAF
Tomas Mraz
1
-0
/
+1
2021-06-10
OpenSSL::Test: If __cwd() is to create the directory, do it early
Richard Levitte
1
-11
/
+12
2021-06-10
Fix s_server app to not report an error when using a non DH certificate.
Shane Lontis
3
-23
/
+66
2021-06-10
OpenSSL::Test: Treat SRCDATA directory specially, as it might not exist
Richard Levitte
1
-1
/
+10
2021-06-10
doc: fix OSSL_PARAM_BLD pointers in the example
Petr Gotthard
1
-8
/
+8
2021-06-10
store: Avoid spurious error from decoding at EOF
Tomas Mraz
1
-1
/
+11
2021-06-10
Enable ssl-trace by default
Arran Cudbard-Bell
4
-9
/
+9
2021-06-10
Optimize session cache flushing
Todd Short
8
-59
/
+310
2021-06-10
Fix use after free in OSSL_HTTP_REQ_CTX_set1_req()
Tomas Mraz
1
-9
/
+16
2021-06-10
err: clear flags better when clearing errors.
Pauli
2
-0
/
+51
2021-06-10
APPS: Restore the possibility to combine -pubout with -text
Richard Levitte
2
-5
/
+11
2021-06-10
util: convert SHA* one shots back to being functions
Pauli
2
-10
/
+5
2021-06-10
changes: fix woring that mentions SHA* one shot functions are deprecated
Pauli
1
-2
/
+2
2021-06-10
sha: convert SHA one shot macros back to being functions
Pauli
2
-11
/
+31
2021-06-09
DECODER & ENCODER: Add better tracing
Richard Levitte
3
-16
/
+71
2021-06-09
DECODER: Adapt addition of extra decoder implementations
Richard Levitte
4
-69
/
+114
2021-06-09
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
18
-231
/
+435
2021-06-09
25-test_verify.t: Add test case: accept trusted self-signed EE cert with key ...
Dr. David von Oheimb
2
-1
/
+22
2021-06-09
test/certs/mkcert.sh: Correct description of geneealt parameters
Dr. David von Oheimb
1
-2
/
+2
2021-06-09
25-test_verify.t: Prevent expiration of test case 'Name constraints bad other...
Dr. David von Oheimb
1
-4
/
+5
2021-06-09
80-test_cmp_http.t: Improve the way the test server is launched and killed
Dr. David von Oheimb
5
-25
/
+25
2021-06-09
80-test_cmp_http.t: Simplify and prevent hangs on server not launching/behavi...
Dr. David von Oheimb
1
-17
/
+8
2021-06-09
Remove I_CAN_LIVE_WITH_LNK4049
Rich Salz
2
-15
/
+6
2021-06-09
keymgmt: better detect when a key manager can be reused
Pauli
1
-2
/
+10
2021-06-08
OpenSSL::Test.pm: Replace all uses of rel2abs() with abs_path()
Richard Levitte
1
-15
/
+30
2021-06-08
Correctly detect decode errors when checking if a key is supported
Matt Caswell
1
-0
/
+1
2021-06-08
Simplify error reporting in X509_PUBKEY_get0()
Matt Caswell
1
-20
/
+8
2021-06-08
Use the fips-and-base.cnf config file in CMP tests
Matt Caswell
2
-2
/
+2
2021-06-08
Mark some priv/public key paris as only available in the default provider
Matt Caswell
1
-0
/
+100
2021-06-08
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
5
-18
/
+26
[next]