openssl/crypto/evp
Rich Salz 7e1b748570 Big apps cleanup (option-parsing, etc)
This is merges the old "rsalz-monolith" branch over to master.  The biggest
change is that option parsing switch from cascasding 'else if strcmp("-foo")'
to a utility routine and somethin akin to getopt.  Also, an error in the
command line no longer prints the full summary; use -help (or --help :)
for that.  There have been many other changes and code-cleanup, see
bullet list below.

Special thanks to Matt for the long and detailed code review.

TEMPORARY:
        For now, comment out CRYPTO_mem_leaks() at end of main

Tickets closed:
        RT3515: Use 3DES in pkcs12 if built with no-rc2
        RT1766: s_client -reconnect and -starttls broke
        RT2932: Catch write errors
        RT2604: port should be 'unsigned short'
        RT2983: total_bytes undeclared #ifdef RENEG
        RT1523: Add -nocert to fix output in x509 app
        RT3508: Remove unused variable introduced by b09eb24
        RT3511: doc fix; req default serial is random
        RT1325,2973: Add more extensions to c_rehash
        RT2119,3407: Updated to dgst.pod
        RT2379: Additional typo fix
        RT2693: Extra include of string.h
        RT2880: HFS is case-insensitive filenames
        RT3246: req command prints version number wrong

Other changes; incompatibilities marked with *:
        Add SCSV support
        Add -misalign to speed command
        Make dhparam, dsaparam, ecparam, x509 output C in proper style
        Make some internal ocsp.c functions void
        Only display cert usages with -help in verify
        Use global bio_err, remove "BIO*err" parameter from functions
        For filenames, - always means stdin (or stdout as appropriate)
        Add aliases for -des/aes "wrap" ciphers.
        *Remove support for IISSGC (server gated crypto)
        *The undocumented OCSP -header flag is now "-header name=value"
        *Documented the OCSP -header flag

Reviewed-by: Matt Caswell <matt@openssl.org>
2015-04-24 15:26:15 -04:00
..
bio_b64.c
bio_enc.c
bio_md.c
bio_ok.c RAND_bytes updates 2015-03-25 12:38:07 +00:00
c_all.c
c_allc.c Big apps cleanup (option-parsing, etc) 2015-04-24 15:26:15 -04:00
c_alld.c Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC 2015-03-11 09:29:37 -04:00
digest.c free NULL cleanup 2015-03-28 10:54:15 -04:00
e_aes_cbc_hmac_sha1.c
e_aes_cbc_hmac_sha256.c
e_aes.c Engage vpaes-armv8 module. 2015-03-28 15:42:12 +01:00
e_bf.c
e_camellia.c Add Camellia CTR mode. 2015-02-11 20:30:13 +01:00
e_cast.c
e_des3.c RAND_bytes updates 2015-03-25 12:38:07 +00:00
e_des.c
e_dsa.c
e_idea.c
e_null.c
e_old.c
e_rc2.c
e_rc4_hmac_md5.c
e_rc4.c
e_rc5.c
e_seed.c
e_xcbc_d.c
encode.c
evp_acnf.c
evp_cnf.c
evp_enc.c free NULL cleanup 2015-03-28 10:54:15 -04:00
evp_err.c
evp_key.c
evp_lib.c make ASN1_OBJECT opaque 2015-03-24 17:35:58 +00:00
evp_locl.h Move some EVP internals to evp_int.h 2015-03-24 12:03:36 +00:00
evp_pbe.c
evp_pkey.c Move some ASN.1 internals to asn1_int.h 2015-03-24 12:03:36 +00:00
m_dss1.c
m_ecdsa.c
m_md2.c
m_md4.c
m_md5.c
m_mdc2.c
m_null.c
m_ripemd.c
m_sha1.c
m_sigver.c Move some EVP internals to evp_int.h 2015-03-24 12:03:36 +00:00
m_wp.c
Makefile make update 2015-04-01 22:31:28 +02:00
names.c
p5_crpt2.c Remove duplicate code. 2015-03-30 22:01:31 +01:00
p5_crpt.c Remove duplicate code. 2015-03-30 22:01:31 +01:00
p_dec.c
p_enc.c
p_lib.c Remove unnecessary asn1_mac.h includes. 2015-03-30 22:01:30 +01:00
p_open.c
p_seal.c RAND_bytes updates 2015-03-25 12:38:07 +00:00
p_sign.c
p_verify.c
pmeth_fn.c free NULL cleanup 2015-03-28 10:54:15 -04:00
pmeth_gn.c free NULL cleanup 2015-03-28 10:54:15 -04:00
pmeth_lib.c free NULL cleanup 2015-03-28 10:54:15 -04:00