136 Commits (f4d8b29a26cc3ee0ef37e2073c192bdbb2b796c4)

Author SHA1 Message Date
Dmitry Belyavskiy f4d8b29a26 Get rid of warn_binary
2 years ago
Tomas Mraz 37578dc02d cms: Fix handling of -rctform option
2 years ago
Tomas Mraz f5c0f69619 cms: Do not try to check binary format on stdin
2 years ago
Pauli a89835f7e0 apps: use get_cipher_any() instead of get_cipher() for commands that support these ciphers/modes
2 years ago
Tomas Mraz ed576acdf5 Rename all getters to use get/get0 in name
2 years ago
Dr. David von Oheimb 5771017d06 apps/cms.c: Correct -sign output and -verify input with -binary
2 years ago
Dr. David von Oheimb 56c98a7d94 apps/cms: Simplify handling of encerts; add warning if they are ignored
2 years ago
Dr. David von Oheimb 340cf8759f apps/cms: Clean up order of options in help output and documentation
2 years ago
Dr. David von Oheimb 1b96cc70eb apps/cms.c: Simplify make_receipt_request() and load_content_info(()
2 years ago
Dr. David von Oheimb 6b83d032a6 apps/cms.c: Make -sign and -verify handle binary input
2 years ago
Tomas Mraz d382e79632 Make the -inform option to be respected if possible
2 years ago
Dr. David von Oheimb b0f960189b APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
2 years ago
Rich Salz a485561b2e Fetch cipher-wrap after loading providers.
2 years ago
Rich Salz 078fa35c7b Remove an unused parameter
2 years ago
Rich Salz 5c42f7aa64 Use build.info not file-wide ifndef
2 years ago
Rich Salz 606a417fb2 Fetch and free cipher and md's
2 years ago
Dr. David von Oheimb 3ad6030948 APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
2 years ago
Dr. David von Oheimb 63b64f19c1 TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func
2 years ago
Tomas Mraz ea51096e51 apps: Add maybe_stdin argument to load_certs and set it in pkcs12
2 years ago
Matt Caswell a28d06f3e9 Update copyright year
2 years ago
Rich Salz 03bbd346f4 Fetch cipher after loading providers
2 years ago
Rich Salz d0190e1163 Process digest option after loading providers
2 years ago
Rich Salz 51e5df0ed0 Load rand state after loading providers
2 years ago
Petr Gotthard 7dc67708c8 apps/openssl: add -propquery command line option
2 years ago
Rich Salz 021410ea3f Check non-option arguments
2 years ago
Richard Levitte 22dddfb925 APPS: Remove the format argument where it's not used
2 years ago
Dr. Matthias St. Pierre b425001010 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
Matt Caswell 0d30e15a57 Remove some more CMS key downgrades
2 years ago
Benny Baumann a21db568bf Avoid memory leak of parent on allocation failure for child structure
2 years ago
Matt Caswell d8652be06e Run the withlibctx.pl script
3 years ago
Dr. David von Oheimb 50eb2a5077 load_key_certs_crls(): Restore output of fatal errors
3 years ago
Matt Caswell 904e1f92b3 Fix safestack issues in cms.h
3 years ago
Matt Caswell 24c4ea958e Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
3 years ago
Matt Caswell e144fd36ce Fix safestack issues in x509v3.h
3 years ago
Matt Caswell e6623cfbff Fix safestack issues in x509.h
3 years ago
Richard Levitte a10847c427 "Downgrade" provider-native keys to legacy where needed
3 years ago
Dr. David von Oheimb b3c5aadf4c apps: make use of OSSL_STORE for generalized certs and CRLs loading
3 years ago
Shane Lontis c1669f41ea Add libctx support to CMS.
3 years ago
Dmitry Belyavskiy 6ec351f449 CMS print should support string conversion
3 years ago
FdaSilvaYY 9e3c510bde crypto/cms: add CAdES-BES signed attributes validation
3 years ago
Dr. David von Oheimb 6d382c74b3 Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
3 years ago
Rich Salz 852c2ed260 In OpenSSL builds, declare STACK for datatypes ...
3 years ago
Matt Caswell 33388b44b6 Update copyright year
3 years ago
Pauli 6bd4e3f231 cmdline app: add provider commandline options.
3 years ago
Dmitry Belyavskiy 71434aed0d Implementation of Russian GOST CMS
3 years ago
Rich Salz 92de469fbd Document command parameters.
3 years ago
Rich Salz 5388f9862d Add "sections" to -help output
3 years ago
Richard Levitte fd3397fc47 Add -CAstore and similar to all openssl commands that have -CApath
3 years ago
Rich Salz 38546024bb Add missing help text for some options
4 years ago
FdaSilvaYY 8c89c80a55 CAdES: Fix SignerInfo attribute construction order.
4 years ago