Revision 9e3c510bde91350c5a40b7ba4e9e0945895e9368 authored by FdaSilvaYY on 12 June 2019, 17:52:39 UTC, committed by Tomas Mraz on 27 May 2020, 11:16:30 UTC
for signing certificate V2 and signing certificate extensions.

CAdES: lowercase name for now internal methods.

crypto/cms: generated file changes.

Add some CHANGES entries.

[extended tests]

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/8098)
1 parent f7f53d7
Raw File
.gitmodules
[submodule "boringssl"]
	path = boringssl
	url = https://boringssl.googlesource.com/boringssl

[submodule "pyca.cryptography"]
	path = pyca-cryptography
	url = https://github.com/pyca/cryptography.git

[submodule "krb5"]
	path = krb5
	url = https://github.com/krb5/krb5

[submodule "gost-engine"]
	path = gost-engine
	url = https://github.com/gost-engine/engine
	update = rebase
back to top