index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
NetBSD build fix.
David Carlier
2020-11-17
1
-2
/
+3
*
Fix dsa securitycheck for fips.
Shane Lontis
2020-11-16
1
-5
/
+6
*
DragonFlyBSD build fix and update.
David Carlier
2020-11-13
1
-4
/
+11
*
Avoid duplicate ends_with_dirsep functions
Tomas Mraz
2020-11-11
1
-15
/
+2
*
PROV: Re-implement all the keypair encoders
Richard Levitte
2020-11-11
5
-223
/
+842
*
Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
8
-64
/
+64
*
PROV: Re-implement all the keypair decoders
Richard Levitte
2020-11-11
8
-125
/
+582
*
Add support for making all of KBKDF FixedInput fields optional.
Shane Lontis
2020-11-11
1
-7
/
+40
*
Update copyright year
Matt Caswell
2020-11-05
2
-2
/
+2
*
defltprov: remove duplicate algorithm names.
Pauli
2020-11-05
1
-2
/
+2
*
Add AES KW inverse ciphers to the EVP layer
Shane Lontis
2020-11-02
4
-3
/
+52
*
Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'
Shane Lontis
2020-10-27
2
-2
/
+2
*
Constify OSSL_FUNC_keymgmt_validate()
Nicola Tuveri
2020-10-23
4
-13
/
+13
*
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-22
3
-3
/
+3
*
Remove ossl_prov_util_nid_to_name()
Shane Lontis
2020-10-22
4
-122
/
+1
*
Constify OSSL_FUNC_keymgmt_has()
Nicola Tuveri
2020-10-22
7
-13
/
+13
*
Unexport internal MSBLOB and PVK functions
Richard Levitte
2020-10-21
2
-2
/
+2
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
3
-14
/
+15
*
Fix Aes-xts potential failure on aarch64
XiaokangQian
2020-10-20
1
-0
/
+1
*
DH: make the private key length importable / exportable
Richard Levitte
2020-10-19
1
-24
/
+6
*
null prov: fix gettable param array type.
Pauli
2020-10-16
1
-7
/
+7
*
Update copyright year
Matt Caswell
2020-10-15
35
-35
/
+35
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
50
-89
/
+88
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
58
-132
/
+132
*
syscall_random(): don't fail if the getentropy() function is a dummy
Yury Is
2020-10-14
1
-2
/
+9
*
Fix encoding of DHX parameters files
Matt Caswell
2020-10-08
1
-4
/
+15
*
providers/build.info: Tag the FIPS module, for the build file
Richard Levitte
2020-10-08
1
-1
/
+1
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
9
-72
/
+74
*
ffc: add _ossl to exported but internal functions
Pauli
2020-10-06
3
-24
/
+24
*
DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-10-04
1
-1
/
+2
*
DECODER: Handle abstract object data type
Richard Levitte
2020-10-04
1
-6
/
+56
*
Fix some things the rename script didn't quite get right
Matt Caswell
2020-10-01
1
-1
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
4
-16
/
+15
*
der: _ossl prefix der_oid_ and der_aid_ functions
Pauli
2020-10-01
11
-66
/
+69
*
der: _ossl prefix DER functions
Pauli
2020-10-01
22
-97
/
+102
*
prov: prefix all exposed 'cipher' symbols with ossl_
Pauli
2020-10-01
44
-370
/
+382
*
prov: prefix aes-cbc-cts functions with ossl_
Pauli
2020-10-01
3
-10
/
+10
*
Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.
Dr. David von Oheimb
2020-09-30
1
-9
/
+25
*
prov: prefix provider internal functions with ossl_
Pauli
2020-09-29
87
-235
/
+248
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
95
-896
/
+918
*
rand: declare get_hardware_random_value() before use.
Pauli
2020-09-28
1
-1
/
+2
*
Remove TODO comment from sskdf.c
Shane Lontis
2020-09-28
1
-5
/
+0
*
Modified rand_cpu_x86.c to support builtin hardware randomizer on HPE NonStop.
Randall S. Becker
2020-09-25
1
-11
/
+55
*
Move SM2 asymmetric encryption to be available in the default provider
Matt Caswell
2020-09-25
6
-2
/
+254
*
Hide ECX_KEY again
Richard Levitte
2020-09-25
1
-4
/
+4
*
Add key length check to rsa_kem operation.
Shane Lontis
2020-09-24
1
-6
/
+21
*
Prune low-level ASN.1 parse errors from error queue in decoder_process()
Dr. David von Oheimb
2020-09-24
2
-3
/
+31
*
drbg: revert renamings of the generate and reseed counter
Dr. Matthias St. Pierre
2020-09-23
4
-12
/
+12
*
Fix propq in x942kdf
Shane Lontis
2020-09-23
1
-4
/
+13
*
Fix ecx so that is uses a settable propertyquery
Shane Lontis
2020-09-23
2
-17
/
+56
[next]