index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
man3
/
BIO_meth_new.pod
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-09
Add libctx to SMIME ASN1
Shane Lontis
2
-19
/
+43
2020-08-09
Add internal method x509_set0_libctx().
Shane Lontis
2
-0
/
+15
2020-08-09
Add libctx support to CMS.
Shane Lontis
20
-340
/
+843
2020-08-08
rand: fix typo in parameter name
Dr. Matthias St. Pierre
5
-10
/
+10
2020-08-07
Update gost-engine to fix API rename
Dmitry Belyavskiy
1
-0
/
+0
2020-08-07
Use .cnf for config files, not .conf
Kelvin Lee
1
-2
/
+2
2020-08-07
Add evp_test fixes.
Shane Lontis
73
-13956
/
+14170
2020-08-07
drbgtest: avoid a memory leak
Pauli
1
-0
/
+7
2020-08-07
rand_drbg: remove RAND_DRBG.
Pauli
52
-19796
/
+716
2020-08-07
PROV: Fix MSBLOB / PVK deserializer
Richard Levitte
1
-1
/
+1
2020-08-07
EVP: Fix the returned value for ASN1_PKEY_CTRL_DEFAULT_MD_NID
Richard Levitte
1
-10
/
+9
2020-08-07
TEST: Adjust the serdes test to include MSBLOB and PVK
Richard Levitte
2
-3
/
+248
2020-08-07
PEM: Fix i2b_PvK to use EVP_Encrypt calls consistently
Richard Levitte
1
-2
/
+2
2020-08-07
PROV: Add MSBLOB and PVK to DSA and RSA deserializers
Richard Levitte
6
-2
/
+326
2020-08-07
DESERIALIZER: Adjust to allow the use several deserializers with same name
Richard Levitte
1
-31
/
+36
2020-08-07
PEM: Make general MSBLOB reader functions exposed internally
Richard Levitte
3
-25
/
+40
2020-08-07
RSA: Be less strict on PSS parameters when exporting to provider
Richard Levitte
3
-11
/
+12
2020-08-07
mac: add some consistency to setting the XXX_final output length.
Pauli
5
-5
/
+7
2020-08-07
gettables: documentation changes to pass the provider context.
Pauli
9
-21
/
+21
2020-08-07
gettables: test changes to pass the provider context.
Pauli
1
-2
/
+2
2020-08-07
gettables: provider changes to pass the provider context.
Pauli
54
-99
/
+122
2020-08-07
gettables: core changes to pass the provider context.
Pauli
10
-65
/
+118
2020-08-06
Add new APIs to get PKCS12 secretBag OID and value
Jon Spillett
19
-9
/
+1738
2020-08-06
apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2
Sahana Prasad
2
-13
/
+57
2020-08-06
Prepare for 3.0 alpha 7
Matt Caswell
3
-4
/
+4
2020-08-06
Prepare for release of 3.0 alpha 6
openssl-3.0.0-alpha6
Matt Caswell
3
-4
/
+4
2020-08-06
Update copyright year
Matt Caswell
74
-74
/
+74
2020-08-05
Fix provider cipher reinit after init/update with a partial update block.
Shane Lontis
5
-0
/
+83
2020-08-04
Mark an argument of an inline function as unused
Peter Eisentraut
1
-1
/
+1
2020-08-04
openssl-cmp.pod.in: Update and extend example using Insta Demo CA
Dr. David von Oheimb
2
-0
/
+6
2020-08-04
DESERIALIZER: Fix EVP_PKEY construction by export
Richard Levitte
1
-2
/
+2
2020-08-04
Fix error message on setting cert validity period in apps/cmp.c
Dr. David von Oheimb
1
-1
/
+1
2020-08-04
apps: Correct and extend diagnostics of parse_name()
Dr. David von Oheimb
7
-32
/
+34
2020-08-04
Add 'section=...' info in error output of X509V3_EXT_nconf() as far as approp...
Dr. David von Oheimb
1
-12
/
+31
2020-08-04
Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAME
Dr. David von Oheimb
4
-7
/
+7
2020-08-04
Correct confusing X509V3 conf error output by removing needless 'section:<NUL...
Dr. David von Oheimb
13
-33
/
+46
2020-08-04
Correct misleading diagnostics of OBJ_txt2obj on unknown object name
Dr. David von Oheimb
4
-3
/
+11
2020-08-04
apps/cmp.c: Defer diagnostic output on server+proxy to be contacted
Dr. David von Oheimb
1
-1
/
+3
2020-08-04
PROV: Make the DER to KEY deserializer decode parameters too
Richard Levitte
1
-0
/
+5
2020-08-04
Coverity Fixes for issue #12531
Norman Ashley
3
-3
/
+9
2020-08-04
Change the provider implementation of X942kdf to use wpacket to do der encodi...
Shane Lontis
12
-122
/
+255
2020-08-03
Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literals
David Woodhouse
1
-0
/
+5
2020-08-03
Disallow setting more than one IP address with SSL_add1_host()
David Woodhouse
1
-2
/
+21
2020-08-03
Fix certificate validation for IPv6 literals in sconnect demo
David Woodhouse
1
-8
/
+7
2020-08-03
Make SSL_set1_host() and SSL_add1_host() take IP addresses
David Woodhouse
1
-0
/
+10
2020-08-03
81-test_cmp_cli.t: Skip tests with mock server if server cannot be started
Dr. David von Oheimb
1
-15
/
+19
2020-08-01
Fix an ENGINE leak in asn1_item_digest_with_libctx
Matt Caswell
1
-1
/
+5
2020-08-01
DESERIALIZER: Small bugfix in the deser_process()
Richard Levitte
1
-1
/
+2
2020-08-01
DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()
Richard Levitte
2
-10
/
+35
2020-08-01
DESERIALIZER: Refactor the constructor setting API
Richard Levitte
8
-101
/
+182
[next]