index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-0
/
+3
*
Change DH_get_nid() to set the value of q if it is not already set
Shane Lontis
2020-03-06
1
-0
/
+15
*
Implementation of Russian GOST CMS
Dmitry Belyavskiy
2020-03-03
3
-1
/
+19
*
Add pairwise consistency self tests to asym keygenerators
Shane Lontis
2020-03-03
3
-0
/
+11
*
PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY impl
Richard Levitte
2020-03-02
1
-0
/
+4
*
EVP: Add support for copying provided EVP_PKEYs
Richard Levitte
2020-03-02
1
-0
/
+1
*
KEYMGMT: Add a keydata copy function
Richard Levitte
2020-03-02
2
-1
/
+10
*
EVP: Add support for comparing provided EVP_PKEYs
Richard Levitte
2020-03-02
1
-0
/
+1
*
KEYMGMT: Add a keydata matching function
Richard Levitte
2020-03-02
2
-0
/
+9
*
EVP: Adapt EVP_PKEY_missing_parameters() for provider keys
Richard Levitte
2020-03-02
1
-0
/
+1
*
Fix drop of const qualifier
André Klitzing
2020-02-29
1
-4
/
+4
*
EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgrades
Richard Levitte
2020-02-29
1
-0
/
+3
*
Rethink the EVP_PKEY cache of provider side keys
Richard Levitte
2020-02-29
1
-15
/
+43
*
x509v3 subjectSignTool extention support
Nikolay Morozov
2020-02-28
2
-1
/
+26
*
Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()
Richard Levitte
2020-02-27
1
-7
/
+9
*
VMS: mitigate for the C++ compiler that doesn't understand certain pragmas
Richard Levitte
2020-02-27
2
-5
/
+17
*
Mem-sec small code adjustment
Davide Galassi
2020-02-26
1
-2
/
+1
*
DRBG: delay initialization of DRBG method until instantiation
Dr. Matthias St. Pierre
2020-02-25
1
-1
/
+1
*
Refactor evp_pkey_make_provided() to do legacy to provider export
Richard Levitte
2020-02-22
1
-0
/
+4
*
PROV: add RSA signature implementation
Richard Levitte
2020-02-22
3
-10
/
+34
*
Don't exclude quite so much in a no-sock build
Dr. David von Oheimb
2020-02-21
4
-8
/
+41
*
Params: add argument to the _from_text calls to indicate if the param exists.
Pauli
2020-02-21
1
-1
/
+1
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
2
-111
/
+137
*
DH: fix header file indentation
Pauli
2020-02-20
1
-135
/
+125
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-190
/
+232
*
rsa.h: fix preprocessor indentation
Pauli
2020-02-20
1
-81
/
+81
*
[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
Nicola Tuveri
2020-02-18
4
-46
/
+71
*
chunk 7 of CMP contribution to OpenSSL
Dr. David von Oheimb
2020-02-17
6
-2
/
+29
*
fix various formatting nits in CMP contribution chunks 1-6 found by the new u...
Dr. David von Oheimb
2020-02-17
5
-18
/
+18
*
improve CMP logging according to comments on CMP chunk 7 preview
Dr. David von Oheimb
2020-02-17
1
-27
/
+3
*
Fix a bug for aarch64 BigEndian
simplelins
2020-02-17
1
-2
/
+5
*
Add FFC param/key validation
Shane Lontis
2020-02-16
3
-21
/
+53
*
include/openssl/whrlpool.h: correct unbalanced deprecation guards
Richard Levitte
2020-02-15
1
-3
/
+1
*
Make the RSA ASYM_CIPHER implementation available inside the FIPS module
Matt Caswell
2020-02-13
2
-1
/
+3
*
Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
Richard Levitte
2020-02-12
1
-0
/
+4
*
fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSP
Dr. David von Oheimb
2020-02-12
1
-35
/
+40
*
Remove unused ossl_param_bld_to_param_ex() function.
Pauli
2020-02-12
1
-4
/
+0
*
Remove unused OSSL_PARAM_construct_from_text() function.
Pauli
2020-02-12
1
-5
/
+0
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-75
/
+91
*
dsa.h: fix preprocessor indentation
Pauli
2020-02-11
1
-53
/
+56
*
Add S390 support for provider based X25519/X448
Matt Caswell
2020-02-11
1
-0
/
+7
*
Implement Provider side Key Management for X25519 and X448
Matt Caswell
2020-02-11
1
-8
/
+2
*
Implement a stricter ECX_KEY type
Matt Caswell
2020-02-11
2
-17
/
+68
*
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
Dr. David von Oheimb
2020-02-10
9
-30
/
+165
*
add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...
Dr. David von Oheimb
2020-02-10
3
-0
/
+13
*
Memory allocator code cleanup
Davide Galassi
2020-02-10
1
-49
/
+53
*
Fix no-dh
Matt Caswell
2020-02-08
2
-7
/
+16
*
RAND_DRBG: add a callback data for entropy and nonce callbacks
Dr. Matthias St. Pierre
2020-02-07
1
-0
/
+4
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
5
-154
/
+118
*
Reorganize the internal evp_keymgmt functions
Richard Levitte
2020-02-07
1
-9
/
+14
[next]