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
...
*
test/threadstest.c: Add a test to load providers concurrently
Richard Levitte
2021-03-04
1
-0
/
+29
*
ecx_set_priv_key: Try to obtain libctx from the pkey's keymgmt
Tomas Mraz
2021-03-04
1
-4
/
+15
*
bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS module
Tomas Mraz
2021-03-04
1
-1
/
+1
*
ecx_set_priv_key: Remove TODO 3.0 related to setting libctx
Tomas Mraz
2021-03-04
1
-1
/
+0
*
do_sigver_init: Remove fallback for missing provider implementations.
Tomas Mraz
2021-03-04
1
-11
/
+0
*
Remove some of the TODO 3.0 in crypto/evp related to legacy support.
Tomas Mraz
2021-03-04
4
-31
/
+33
*
crypto/param_build_set.c: Remove irrelevant TODO 3.0
Tomas Mraz
2021-03-04
1
-1
/
+0
*
crypto/ppccap.c: Remove useless TODO 3.0
Tomas Mraz
2021-03-04
1
-4
/
+0
*
include/crypto: Remove TODOs that are irrelevant for 3.0
Tomas Mraz
2021-03-04
2
-5
/
+3
*
include/internal: Remove TODOs that are irrelevant for 3.0
Tomas Mraz
2021-03-04
2
-2
/
+2
*
test/x509: Test for issuer being overwritten when printing.
Tomas Mraz
2021-03-04
4
-106
/
+95
*
OSSL_STORE: restore diagnostics on decrypt error; provide password hints
Dr. David von Oheimb
2021-03-04
4
-11
/
+24
*
crypto: rename error flags in internal structures
Tobias Nießen
2021-03-04
6
-33
/
+33
*
Add a new test recipe to verify the generated test fipsmodule.cnf
Richard Levitte
2021-03-03
1
-0
/
+37
*
Fix the perl code to get FIPSMODULENAME
Richard Levitte
2021-03-03
3
-3
/
+6
*
TEST: Remove the build of fipsmodule.cnf from test recipes
Richard Levitte
2021-03-03
23
-207
/
+39
*
APPS: Modify 'fipsinstall' to output all notifications on stderr
Richard Levitte
2021-03-03
1
-6
/
+6
*
Make 'tests' depend on a generated 'providers/fipsmodule.cnf'
Richard Levitte
2021-03-03
1
-0
/
+10
*
build.info: Make it possible to use compiled programs as generators
Richard Levitte
2021-03-03
4
-118
/
+251
*
build.info: Add the possibility to add dependencies on raw targets
Richard Levitte
2021-03-03
6
-8
/
+62
*
DOCS: Fix provider-mac.pod and the docs of our implementations
Richard Levitte
2021-03-03
8
-61
/
+100
*
doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.
Pauli
2021-03-03
1
-1
/
+6
*
ossl_rsa_sp800_56b_check_public: Be more lenient with small keys
Tomas Mraz
2021-03-03
1
-3
/
+7
*
rand: remove FIPS mode conditional code.
Pauli
2021-03-03
1
-35
/
+1
*
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
[prev]
[next]