master
Fix grammar in srp_verifier.txt
apps: Make s_client -quiet really quiet
Copyright year updates
Convert internal use of ASN1_STRING_set and ASN1_STRING_length
ECH build artefacts and a bit of code
Update test server certificate in apps/server.pem (it was expired).
Fix verify(1) to report failure when verification fails
Remove remaining atoi()/atol() calls
Import of old SSLeay release: SSLeay 0.9.0b
Replace expired test server and client certificates with new ones.
Fix encrypt decrypt fetch for cms from privoder side
apps/*.c,doc/man1/*.pod.in: fix doc and error output of cert_store vs. chain_store/verify_store and PEM format
Remove unnecessary trailing whitespace
apps/dgst: avoid EXIT_* helper returns and format changes
Import of old SSLeay release: SSLeay 0.8.1b
EC: make the group the single source of the point conversion form
apps: fix printf formats according to param types
4.0-POST-CLANG-FORMAT-WEBKIT
openssl-cmp.pod.in: Update and extend example using Insta Demo CA
apps : enforce command-line parameter checking.
feat: Disabled features are generated during configure automatically
apps/ocsp.c: guard index_changed() with OPENSSL_NO_POSIX_IO, not HTTP_DAEMON
Remove unused crl_dir setting from config files
apps: remove atoi() calls.
PR: 1644 Submitted by: steve@openssl.org
Fix progs.pl to generate guarded header
Add -n option to openssl-rand to not output the trailing newline
apps/rehash.c: reading cert/CRL from PEM file gets no more confused by any included private keys
Fix rsa8192.pem
Fix duplicate CAstore option in s_time app
Replace apps/server.pem with certificate with a sha256 signature.
apps: fail skeyutl -genkey on bad -skeyopt
Fix broken hex data by reformatting
apps/tsget: minor cleanups
Deprecate the X509_check_{email,host,ip,ip_asc} family of functions