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