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
...
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
4
-9
/
+11
*
list: add a -provider-info option.
Pauli
2020-10-16
1
-0
/
+9
*
Update copyright year
Matt Caswell
2020-10-15
28
-28
/
+28
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
2
-7
/
+7
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
83
-244
/
+244
*
Make evp_pkey_ctx_get0_libctx/propq public API
Matt Caswell
2020-10-15
1
-0
/
+45
*
Define OSSL_CAPABILITY_TLS_GROUP_IS_KEM
Nicola Tuveri
2020-10-14
1
-7
/
+34
*
Document how deprecation should be done
Richard Levitte
2020-10-12
2
-1
/
+227
*
ENCODER / DECODER: Add functions to encode/decode to/from a buffer
Richard Levitte
2020-10-10
2
-7
/
+32
*
Expose PKCS7_get_octet_string and PKCS7_type_is_other
Jordan Montgomery
2020-10-08
2
-0
/
+82
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-11
/
+11
*
doc: remove duplicated code in example
Pauli
2020-10-06
1
-4
/
+0
*
DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-10-04
1
-3
/
+10
*
Fix some things the rename script didn't quite get right
Matt Caswell
2020-10-01
8
-7
/
+7
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
40
-380
/
+362
*
der: _ossl prefix DER functions
Pauli
2020-10-01
4
-47
/
+48
*
Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()
Dr. David von Oheimb
2020-09-26
1
-0
/
+2
*
OCSP_resp_find_status.pod: Slightly improve the documentation of various flags
Dr. David von Oheimb
2020-09-26
1
-10
/
+11
*
OCSP_resp_find_status.pod: Replace function arg references B<...> by I<...>
Dr. David von Oheimb
2020-09-26
1
-51
/
+51
*
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
jwalch
2020-09-25
1
-5
/
+19
*
Remove openssl provider app
Shane Lontis
2020-09-25
4
-92
/
+1
*
Update openssl list to support new provider objects.
Shane Lontis
2020-09-25
1
-7
/
+35
*
Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...
Shane Lontis
2020-09-25
1
-1
/
+12
*
Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()
Shane Lontis
2020-09-25
1
-1
/
+12
*
Document the provider side SM2 Asymmetric Cipher support
Matt Caswell
2020-09-25
4
-2
/
+55
*
EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keys
Richard Levitte
2020-09-25
1
-1
/
+10
*
Hide ECX_KEY again
Richard Levitte
2020-09-25
2
-40
/
+52
*
drbg: revert renamings of the generate and reseed counter
Dr. Matthias St. Pierre
2020-09-23
6
-6
/
+6
*
Fix EVP_KDF_scrypt so that is uses a propq for its fetch.
Shane Lontis
2020-09-23
1
-2
/
+9
*
kdf/mac: add name query calls for KDFs and MACs
Pauli
2020-09-23
2
-2
/
+16
*
Add a "random" configuration section.
Pauli
2020-09-23
2
-0
/
+93
*
DOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_new
Daniel Bevenius
2020-09-23
1
-1
/
+1
*
rand: reference count the EVP_RAND contexts.
Pauli
2020-09-23
1
-0
/
+1
*
Add const to 'ppin' function parameter
olszomal
2020-09-21
2
-4
/
+6
*
DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.in
Richard Levitte
2020-09-21
1
-0
/
+5
*
Fixed EVP_MAC_final argument count in example
ozppupbg
2020-09-21
1
-5
/
+5
*
DECODER: Some cleanups, and aligning with OSSL_ENCODER
Richard Levitte
2020-09-20
3
-246
/
+233
*
TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-09-20
1
-2
/
+10
*
ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODER
Richard Levitte
2020-09-20
4
-113
/
+215
*
ENCODER: Redefine the libcrypto <-> provider interface
Richard Levitte
2020-09-20
1
-87
/
+144
*
Add KEM (Key encapsulation mechanism) support to providers
Shane Lontis
2020-09-19
9
-1
/
+589
*
Update the EdDSA docs with information about Algorithm Identifiers
Matt Caswell
2020-09-18
1
-0
/
+13
*
Add option to fipsinstall to disable fips security checks at run time.
Shane Lontis
2020-09-18
2
-11
/
+47
*
s_client.pod: Fix grammar in NOTES section.
Alexander Borkowski
2020-09-18
1
-1
/
+1
*
Add selftest callback to CRNG output test
Shane Lontis
2020-09-17
2
-1
/
+12
*
EC_KEY: add EC_KEY_decoded_from_explicit_params()
Tomas Mraz
2020-09-17
1
-1
/
+7
*
Document 2 newly added functions
Matt Caswell
2020-09-17
2
-1
/
+26
*
undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
Tim Hudson
2020-09-16
1
-6
/
+11
*
Add self tests for rsa encryption
Shane Lontis
2020-09-16
1
-0
/
+10
*
EVP: Add the internal convenience function evp_keymgmt_util_export()
Richard Levitte
2020-09-12
1
-0
/
+6
[prev]
[next]