Skip to content

Commit

Permalink
Recent, squashed version of the CMP patch - 2018-07-28
Browse files Browse the repository at this point in the history
 last commit 237c2cd
             on branch cmp-rebased-2018-07-25
  • Loading branch information
mpeylo committed Jul 28, 2018
1 parent a75be9f commit 3d5d709
Show file tree
Hide file tree
Showing 154 changed files with 640,726 additions and 1 deletion.
Binary file added Configurations/CMPforOpenSSL-1.0.2-meta.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ $config{sdirs} = [
"objects",
"md2", "md4", "md5", "sha", "mdc2", "hmac", "ripemd", "whrlpool", "poly1305", "blake2", "siphash", "sm3",
"des", "aes", "rc2", "rc4", "rc5", "idea", "aria", "bf", "cast", "camellia", "seed", "sm4", "chacha", "modes",
"cmp", "crmf",
"bn", "ec", "rsa", "dsa", "dh", "sm2", "dso", "engine",
"buffer", "bio", "stack", "lhash", "rand", "err",
"evp", "asn1", "pem", "x509", "x509v3", "conf", "txt_db", "pkcs7", "pkcs12", "comp", "ocsp", "ui",
Expand Down Expand Up @@ -338,6 +339,7 @@ my @disablables = (
"chacha",
"cmac",
"cms",
"cmp",
"comp",
"crypto-mdebug",
"crypto-mdebug-backtrace",
Expand Down
2 changes: 1 addition & 1 deletion apps/build.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- our @apps_openssl_src =
qw(openssl.c
asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dhparam.c
asn1pars.c ca.c ciphers.c cmp.c cms.c crl.c crl2p7.c dgst.c dhparam.c
dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendsa.c
genpkey.c genrsa.c nseq.c ocsp.c passwd.c pkcs12.c pkcs7.c pkcs8.c
pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c
Expand Down
Loading

0 comments on commit 3d5d709

Please sign in to comment.