index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Configurations
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-03
APPS: Modify 'fipsinstall' to output all notifications on stderr
Richard Levitte
1
-6
/
+6
2021-03-03
Make 'tests' depend on a generated 'providers/fipsmodule.cnf'
Richard Levitte
1
-0
/
+10
2021-03-03
build.info: Make it possible to use compiled programs as generators
Richard Levitte
4
-118
/
+251
2021-03-03
build.info: Add the possibility to add dependencies on raw targets
Richard Levitte
6
-8
/
+62
2021-03-03
DOCS: Fix provider-mac.pod and the docs of our implementations
Richard Levitte
8
-61
/
+100
2021-03-03
doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.
Pauli
1
-1
/
+6
2021-03-03
ossl_rsa_sp800_56b_check_public: Be more lenient with small keys
Tomas Mraz
1
-3
/
+7
2021-03-03
rand: remove FIPS mode conditional code.
Pauli
1
-35
/
+1
2021-03-03
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
30
-100
/
+158
2021-03-03
Fix NULL access in ssl_build_cert_chain() when ctx is NULL.
Shane Lontis
3
-1
/
+142
2021-03-03
Remove todos in decode_der2key.c and decode_ms2key.c
Tomas Mraz
2
-2
/
+2
2021-03-03
Improve error reporting in key exchange provider implementations
Tomas Mraz
3
-8
/
+17
2021-03-03
Remove unused MAX_TLS_MAC_SIZE define
Tomas Mraz
1
-3
/
+0
2021-03-03
Remove todos in providers/implementations/include/prov
Tomas Mraz
2
-8
/
+6
2021-03-03
Resolve TODOs in signature implementations.
Tomas Mraz
4
-5
/
+11
2021-03-03
statem_lib.c: Remove TODOs that are unnecessary
Tomas Mraz
1
-8
/
+0
2021-03-03
test_ssl_new: X448, X25519, and EdDSA are supported with fips
Tomas Mraz
4
-199
/
+185
2021-03-03
evp_extra_test2: Remove TODO 3.0
Tomas Mraz
1
-1
/
+1
2021-03-03
evp_extra_test: Remove TODO comment as setting the curve is mandatory
Tomas Mraz
1
-1
/
+0
2021-03-02
Fix a copy&paste error in evp_extra_test
Matt Caswell
1
-3
/
+2
2021-03-02
Fix compiling error on arm
Fangming.Fang
1
-3
/
+7
2021-03-02
openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate'
Dr. David von Oheimb
1
-20
/
+32
2021-03-02
CMP: On NULL-DN subject or issuer input omit field in cert template
Dr. David von Oheimb
4
-50
/
+99
2021-03-02
test: use the new set public and private together call
Pauli
1
-4
/
+2
2021-03-02
test: add utility function to set the fake random callback on both the public...
Pauli
2
-4
/
+17
2021-03-02
test: update ECDSA and SM2 internal tests in line with the fake_random change
Pauli
2
-7
/
+16
2021-03-02
test: update test_random to create real contexts instead of sharing one
Pauli
2
-15
/
+39
2021-03-01
make update
Richard Levitte
1
-0
/
+6
2021-03-01
Fix build of /dev/crypto engine with no-dynamic-engine option
UndefBehavior
1
-1
/
+0
2021-03-01
Remove RSA SSLv23 padding mode
Rich Salz
21
-280
/
+16
2021-03-01
Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()
Dr. David von Oheimb
7
-34
/
+105
2021-03-01
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
Dr. David von Oheimb
16
-166
/
+310
2021-02-28
apps/x509.c: Fix mem leaks in processing of -next_serial in print loop
Dr. David von Oheimb
2
-8
/
+8
2021-02-28
apps/x509.c: Improve print_name() and coding style of large print loop in x50...
Dr. David von Oheimb
5
-119
/
+71
2021-02-28
apps/x509.c: Improve indentation of the large print loop in x509_main()
Dr. David von Oheimb
1
-133
/
+125
2021-02-28
apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recently
Dr. David von Oheimb
1
-6
/
+6
2021-02-28
rand: use params argument on instantiate call
Pauli
1
-7
/
+2
2021-02-28
core: add params argument to DRBG instantiate call
Pauli
1
-1
/
+2
2021-02-28
doc: update documenation with params argument on DRBG instantiate calls
Pauli
6
-7
/
+9
2021-02-28
test: update tests to allow for params argument for the instantiate call on E...
Pauli
3
-8
/
+7
2021-02-28
prov: update rand implementations to have a params argument for the instantia...
Pauli
8
-11
/
+22
2021-02-28
fips: update DRBG KATs for the extra instantiate argument
Pauli
1
-3
/
+3
2021-02-28
evp: add params argument to EVP_RAND_instantiate()
Pauli
3
-12
/
+16
2021-02-28
doc: document additional argument to KDF derive calls
Pauli
9
-43
/
+11
2021-02-28
prov: add additional argument to KDF derive call in key exchange
Pauli
1
-1
/
+1
2021-02-28
fips: add additional argument to KDF derive call in self test
Pauli
1
-3
/
+1
2021-02-28
crypto: add additional argument to KDF derive calls
Pauli
5
-9
/
+5
2021-02-28
apps: add addition argument to KDF derive call
Pauli
1
-1
/
+1
2021-02-28
prov: add extra params argument to KDF implementations
Pauli
10
-28
/
+33
2021-02-28
tls: adjust for extra argument to KDF derive call
Pauli
2
-6
/
+3
[next]