index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the new library context aware CT functions
Matt Caswell
2020-04-09
3
-21
/
+61
*
Update RAND_METHOD definition in man page
Jim Newsome
2020-04-09
1
-2
/
+2
*
Add a null provider which implements no algorithms.
Pauli
2020-04-09
1
-0
/
+35
*
Document the new X509_STORE_CTX_new_with_libctx() function
Matt Caswell
2020-04-09
1
-25
/
+35
*
EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
Richard Levitte
2020-04-08
2
-16
/
+97
*
params: add a warning about the PTR types.
Pauli
2020-04-08
1
-0
/
+6
*
PROV: Add the beginning of a DER writing library
Richard Levitte
2020-04-07
4
-0
/
+300
*
Expand the XTS documentation
Matt Caswell
2020-04-03
1
-0
/
+7
*
Add data driven SELF TEST code for signatures and key agreement
Shane Lontis
2020-04-03
1
-1
/
+3
*
HTTP client: make server/proxy and port params more consistent; minor other i...
Dr. David von Oheimb
2020-04-02
3
-55
/
+86
*
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Dr. David von Oheimb
2020-04-02
4
-16
/
+76
*
TLS Cipher Suite 0xC102 Support
Nikolay Morozov
2020-04-02
1
-0
/
+13
*
apps: support sendfile in s_server when ktls enabled
Tianjia Zhang
2020-04-01
1
-0
/
+9
*
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-04-01
3
-12
/
+176
*
Document the new X509v3_cache_extensions() function
Matt Caswell
2020-03-30
1
-0
/
+43
*
Add the X509v3_cache_extensions() function
Matt Caswell
2020-03-30
1
-0
/
+2
*
Param builder: Remove the static size limit.
Pauli
2020-03-28
1
-10
/
+11
*
Param build: make structures opaque.
Pauli
2020-03-28
1
-24
/
+15
*
NEWS: note OSSL_PARAM_BLD API as public.
Pauli
2020-03-28
1
-6
/
+12
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
1
-51
/
+53
*
Document various SRP related APIs
Matt Caswell
2020-03-27
2
-17
/
+124
*
Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
Matt Caswell
2020-03-27
1
-28
/
+44
*
EVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
Richard Levitte
2020-03-25
1
-0
/
+68
*
Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
Dr. David von Oheimb
2020-03-25
6
-25
/
+285
*
Fix whitespace nit in OSSL_SELF_TEST_new.pod which caused doc-nits warning
Dr. David von Oheimb
2020-03-25
1
-1
/
+1
*
Issuer Sign Tool extention support
Nikolay Morozov
2020-03-25
1
-0
/
+51
*
Update CA.pl podpage, and script
Rich Salz
2020-03-23
1
-61
/
+35
*
Make it possible to easily specify a libctx for EVP_DigestSign*
Matt Caswell
2020-03-23
2
-18
/
+19
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
13
-47
/
+59
*
Fix error handling in x509v3_cache_extensions and related functions
Bernd Edlinger
2020-03-21
1
-1
/
+12
*
Add support for passing the libctx to the config loader
Shane Lontis
2020-03-20
5
-26
/
+101
*
Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP_MSG_bio
Dr. David von Oheimb
2020-03-18
1
-8
/
+9
*
APPS: Remove all traces of special SM2 treatment.
Richard Levitte
2020-03-15
5
-53
/
+53
*
X509: Rename X509_set0_sm2_id() and friends
Richard Levitte
2020-03-15
2
-55
/
+71
*
Add ECDSA to providers
Shane Lontis
2020-03-15
1
-0
/
+17
*
DOCS: Fix the description of OSSL_PARAM_allocate_from_text()
Richard Levitte
2020-03-14
1
-26
/
+66
*
Remove reference to old DH files.
Pauli
2020-03-14
1
-8
/
+0
*
dh: document what the PEM files in apps actually contain.
Pauli
2020-03-14
1
-6
/
+5
*
doc: fix spelling of TYPE_get_ex_new_index
Benjamin Kaduk
2020-03-13
1
-2
/
+2
*
Additional updates to SSL_CTX_sess_set_get_cb.pod
Benjamin Kaduk
2020-03-13
1
-18
/
+21
*
doc: Update the reference from draft to RFC
Jakub Jelen
2020-03-13
2
-2
/
+2
*
EVP: Add new domparams and key generation functionality
Richard Levitte
2020-03-12
1
-22
/
+57
*
CORE: Add the key object generator libcrypto<->provider interface
Richard Levitte
2020-03-12
1
-5
/
+48
*
DOCS: Use "command" not "tool" or "utility"
Rich Salz
2020-03-11
23
-38
/
+39
*
Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()
Dr. David von Oheimb
2020-03-10
2
-38
/
+15
*
Fix handling of CMP msg senderKID and improve doc of related CTX functions
Dr. David von Oheimb
2020-03-10
2
-20
/
+22
*
Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...
Dr. David von Oheimb
2020-03-10
11
-100
/
+424
*
DOCS: Clean up doc/man3/EVP_DigestInit.pod
Richard Levitte
2020-03-10
1
-36
/
+36
*
DOCS: Add translation information for EVP_MD_CTX_ctrl()
Richard Levitte
2020-03-10
1
-3
/
+17
*
DOCS: Move implementation specific docs away from provider-digest(7)
Richard Levitte
2020-03-10
15
-39
/
+677
[next]