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
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
30
-100
/
+158
*
Fix NULL access in ssl_build_cert_chain() when ctx is NULL.
Shane Lontis
2021-03-03
3
-1
/
+142
*
Remove todos in decode_der2key.c and decode_ms2key.c
Tomas Mraz
2021-03-03
2
-2
/
+2
*
Improve error reporting in key exchange provider implementations
Tomas Mraz
2021-03-03
3
-8
/
+17
*
Remove unused MAX_TLS_MAC_SIZE define
Tomas Mraz
2021-03-03
1
-3
/
+0
*
Remove todos in providers/implementations/include/prov
Tomas Mraz
2021-03-03
2
-8
/
+6
*
Resolve TODOs in signature implementations.
Tomas Mraz
2021-03-03
4
-5
/
+11
*
statem_lib.c: Remove TODOs that are unnecessary
Tomas Mraz
2021-03-03
1
-8
/
+0
*
test_ssl_new: X448, X25519, and EdDSA are supported with fips
Tomas Mraz
2021-03-03
4
-199
/
+185
*
evp_extra_test2: Remove TODO 3.0
Tomas Mraz
2021-03-03
1
-1
/
+1
*
evp_extra_test: Remove TODO comment as setting the curve is mandatory
Tomas Mraz
2021-03-03
1
-1
/
+0
*
Fix a copy&paste error in evp_extra_test
Matt Caswell
2021-03-02
1
-3
/
+2
*
Fix compiling error on arm
Fangming.Fang
2021-03-02
1
-3
/
+7
*
openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate'
Dr. David von Oheimb
2021-03-02
1
-20
/
+32
*
CMP: On NULL-DN subject or issuer input omit field in cert template
Dr. David von Oheimb
2021-03-02
4
-50
/
+99
*
test: use the new set public and private together call
Pauli
2021-03-02
1
-4
/
+2
*
test: add utility function to set the fake random callback on both the public...
Pauli
2021-03-02
2
-4
/
+17
*
test: update ECDSA and SM2 internal tests in line with the fake_random change
Pauli
2021-03-02
2
-7
/
+16
*
test: update test_random to create real contexts instead of sharing one
Pauli
2021-03-02
2
-15
/
+39
*
make update
Richard Levitte
2021-03-01
1
-0
/
+6
*
Fix build of /dev/crypto engine with no-dynamic-engine option
UndefBehavior
2021-03-01
1
-1
/
+0
*
Remove RSA SSLv23 padding mode
Rich Salz
2021-03-01
21
-280
/
+16
*
Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()
Dr. David von Oheimb
2021-03-01
7
-34
/
+105
*
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
Dr. David von Oheimb
2021-03-01
16
-166
/
+310
*
apps/x509.c: Fix mem leaks in processing of -next_serial in print loop
Dr. David von Oheimb
2021-02-28
2
-8
/
+8
*
apps/x509.c: Improve print_name() and coding style of large print loop in x50...
Dr. David von Oheimb
2021-02-28
5
-119
/
+71
*
apps/x509.c: Improve indentation of the large print loop in x509_main()
Dr. David von Oheimb
2021-02-28
1
-133
/
+125
*
apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recently
Dr. David von Oheimb
2021-02-28
1
-6
/
+6
*
rand: use params argument on instantiate call
Pauli
2021-02-28
1
-7
/
+2
*
core: add params argument to DRBG instantiate call
Pauli
2021-02-28
1
-1
/
+2
*
doc: update documenation with params argument on DRBG instantiate calls
Pauli
2021-02-28
6
-7
/
+9
*
test: update tests to allow for params argument for the instantiate call on E...
Pauli
2021-02-28
3
-8
/
+7
*
prov: update rand implementations to have a params argument for the instantia...
Pauli
2021-02-28
8
-11
/
+22
*
fips: update DRBG KATs for the extra instantiate argument
Pauli
2021-02-28
1
-3
/
+3
*
evp: add params argument to EVP_RAND_instantiate()
Pauli
2021-02-28
3
-12
/
+16
*
doc: document additional argument to KDF derive calls
Pauli
2021-02-28
9
-43
/
+11
*
prov: add additional argument to KDF derive call in key exchange
Pauli
2021-02-28
1
-1
/
+1
*
fips: add additional argument to KDF derive call in self test
Pauli
2021-02-28
1
-3
/
+1
*
crypto: add additional argument to KDF derive calls
Pauli
2021-02-28
5
-9
/
+5
*
apps: add addition argument to KDF derive call
Pauli
2021-02-28
1
-1
/
+1
*
prov: add extra params argument to KDF implementations
Pauli
2021-02-28
10
-28
/
+33
*
tls: adjust for extra argument to KDF derive call
Pauli
2021-02-28
2
-6
/
+3
*
test: adjust tests to include extra argument to KDF derive call
Pauli
2021-02-28
2
-59
/
+39
*
evp: add param argument to KDF derive call
Pauli
2021-02-28
3
-10
/
+15
*
core: add param argument to KDF derive call
Pauli
2021-02-28
2
-3
/
+5
*
doc: update provider-mac documentation to account for the additional init() a...
Pauli
2021-02-28
1
-4
/
+7
*
doc: update KMAC doc to not say that the `KEY\' parameter needs to be set bef...
Pauli
2021-02-28
1
-1
/
+3
*
apps: update speed to use the additional arguments to MAC_init
Pauli
2021-02-28
1
-9
/
+5
*
doc: note the additional parameters to EVP_MAC_init()
Pauli
2021-02-28
1
-11
/
+10
*
update poly1305 to have additional init arguments
Pauli
2021-02-28
1
-12
/
+25
[next]