index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README-FIPS.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
Update copyright year
Matt Caswell
278
-278
/
+278
2021-03-11
Use read/write locking on Windows
Vincent Drake
2
-2
/
+53
2021-03-11
Check SSL_set1_chain error in set_cert_cb
panda
1
-1
/
+2
2021-03-11
Fix reason code: EVP_R_OPERATON_NOT_INITIALIZED
Pedro Monreal
9
-15
/
+20
2021-03-11
test: convert store test to use relative paths
Pauli
2
-8
/
+31
2021-03-11
core: add up_ref callback for OSSL_CORE_BIO
Pauli
2
-19
/
+23
2021-03-11
Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO
Pauli
11
-33
/
+213
2021-03-10
Use BIO_f_readbuffer() in the decoder to support stdin.
Shane Lontis
4
-160
/
+28
2021-03-10
Add new filter BIO BIO_f_readbuffer()
Shane Lontis
7
-2
/
+346
2021-03-10
Fix formatting error of HISTORY section in some manual pages.
Tomas Mraz
5
-5
/
+5
2021-03-10
Change default algorithms in PKCS12_create() and PKCS12_set_mac()
Tomas Mraz
5
-40
/
+54
2021-03-10
Mention the change of licence in NEWS.md
Matt Caswell
2
-1
/
+2
2021-03-10
Expand the CHANGES entry for SHA1 and libssl
Matt Caswell
1
-1
/
+6
2021-03-10
Add a CHANGES for OSSL_STORE_INFO_get_type()
Matt Caswell
2
-0
/
+12
2021-03-10
Add a missing CHANGES.md entry for the legacy provider
Matt Caswell
2
-0
/
+28
2021-03-09
Non-const accessor to legacy keys
Dmitry Belyavskiy
6
-19
/
+37
2021-03-09
EVP_KDF-KB man page: Fix typo in the example code
Arthur Gautier
1
-1
/
+1
2021-03-09
Fixup support for io_pgetevents_time64 syscall
Alistair Francis
1
-13
/
+42
2021-03-09
cmp_hdr.c: Fix minor Coverity issue CID 1473605
Dr. David von Oheimb
1
-3
/
+0
2021-03-09
http_test.c: Fix minor Coverity issue CID 1473608
Dr. David von Oheimb
1
-1
/
+2
2021-03-09
Reword repeated words.
Shane Lontis
11
-11
/
+11
2021-03-09
apps/pkcs12: Allow continuing on absent mac
Tomas Mraz
1
-0
/
+9
2021-03-09
apps/pkcs12: Detect missing PKCS12KDF support on import
Tomas Mraz
1
-0
/
+10
2021-03-09
apps/pkcs12: Properly detect MAC setup failure
Tomas Mraz
2
-3
/
+9
2021-03-08
fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT defined
Armin Fuerst
1
-1
/
+1
2021-03-08
Fix the check for suitable groups and TLSv1.3
Matt Caswell
3
-40
/
+92
2021-03-08
Make the EVP_PKEY_get0* functions have a const return type
Matt Caswell
14
-51
/
+125
2021-03-08
Document the change in behaviour of the the low level key getters/setters
Matt Caswell
5
-23
/
+62
2021-03-08
Ensure the various legacy key EVP_PKEY getters/setters are deprecated
Matt Caswell
6
-70
/
+125
2021-03-08
Cache legacy keys instead of downgrading them
Matt Caswell
7
-166
/
+121
2021-03-08
Avoid a null pointer deref on a malloc failure
Matt Caswell
1
-2
/
+7
2021-03-08
Add a multi thread test for downgrading keys
Matt Caswell
1
-4
/
+32
2021-03-06
Restore GOST macros compatibility with 1.1.1
Dmitry Belyavskiy
1
-0
/
+5
2021-03-06
apps/x509.c: Rename -signkey to -key for consistency with the req app
Dr. David von Oheimb
2
-34
/
+45
2021-03-06
HTTP: Fix BIO_mem_d2i() on NULL mem input
Dr. David von Oheimb
1
-9
/
+10
2021-03-06
http_local.h: Remove unused declaration of HTTP_sendreq_bio()
Dr. David von Oheimb
1
-8
/
+0
2021-03-06
Simplify OCSP_sendreq_bio()
Dr. David von Oheimb
1
-3
/
+2
2021-03-06
Make more use of X509_add_certs(); minor related code & comments cleanup
Dr. David von Oheimb
3
-45
/
+13
2021-03-06
OCSP_resp_find_status.pod: Complete the RETURN VALUES section
Dr. David von Oheimb
1
-26
/
+39
2021-03-06
crypto/ocsp/ocsp_cl.c: coding style improvements
Dr. David von Oheimb
1
-22
/
+24
2021-03-06
Update the demos/README file because it is really old. New demos should provi...
Paul Nelson
5
-6
/
+481
2021-03-05
CI external tests: separate each external test into its own phase
Tomas Mraz
1
-2
/
+8
2021-03-05
CI external test: for now run only the krb5 and gost_engine tests
Tomas Mraz
1
-1
/
+1
2021-03-05
gost_engine test: further cleanups and fixes
Tomas Mraz
1
-13
/
+12
2021-03-05
gost_engine test: Run also perl and tcl tests
Tomas Mraz
2
-13
/
+29
2021-03-05
CI: add job with external tests
Tomas Mraz
5
-1
/
+20
2021-03-04
DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.pod
Richard Levitte
1
-1
/
+5
2021-03-04
Make provider provider_init thread safe, and flag checking/setting too
Richard Levitte
1
-11
/
+35
2021-03-04
Make ossl_provider_disable_fallback_loading() thread safe
Richard Levitte
1
-0
/
+2
2021-03-04
test/threadstest.c: Add a test to load providers concurrently
Richard Levitte
1
-0
/
+29
[next]