- fecb3aa Update copyright year by Matt Caswell · 2 years, 11 months ago
- fba140c str[n]casecmp => OPENSSL_strncasecmp by Dmitry Belyavskiy · 3 years ago
- d9f0735 APPS: Improve diagnostics on missing/extra args and unknown cipher/digest by Dr. David von Oheimb · 3 years, 4 months ago
- 0224111 apps: Fix the mismatch of SM2 keys keymgmt by Tianjia Zhang · 3 years, 10 months ago
- 57cea5b apps: Cleanup useless bio_open_default() calls for key input by Tomas Mraz · 3 years, 10 months ago
- d382e79 Make the -inform option to be respected if possible by Tomas Mraz · 3 years, 11 months ago
- b0f9601 APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro by Dr. David von Oheimb · 3 years, 11 months ago
- 3ad6030 APPS: make apps strict on app_RAND_load() and app_RAND_write() failure by Dr. David von Oheimb · 4 years ago
- fe75766 Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY by Tomas Mraz · 4 years, 1 month ago
- 51e5df0 Load rand state after loading providers by Rich Salz · 4 years, 2 months ago
- 28e1904 apps/ecparam: Avoid crash when parameters fail to load by Tomas Mraz · 4 years, 2 months ago
- 4333b89 Update copyright year by Richard Levitte · 4 years, 2 months ago
- 5ac632e APPS: Restore inclusions by Richard Levitte · 4 years, 2 months ago
- 5b5eea4 Deprecate EC_KEY + Update ec apps to use EVP_PKEY by Shane Lontis · 4 years, 2 months ago
- 021410e Check non-option arguments by Rich Salz · 4 years, 3 months ago
- c1131e6 Deprecate EC_POINT_bn2point and EC_POINT_point2bn. by Shane Lontis · 4 years, 4 months ago
- 1696b89 Remove -C from dhparam,dsaparam,ecparam by Rich Salz · 4 years, 5 months ago
- 23ccae8 Move EC_METHOD to internal-only by Billy Brumley · 4 years, 10 months ago
- 33388b4 Update copyright year by Matt Caswell · 5 years ago
- 1ae56f2 Don't compile commands if disabled by Rich Salz · 5 years ago
- 6bd4e3f cmdline app: add provider commandline options. by Pauli · 5 years ago
- 5388f98 Add "sections" to -help output by Rich Salz · 5 years ago
- a9612d6 Make the EC code available from inside the FIPS provider by Matt Caswell · 6 years ago
- 8402cd5 added code to validate EC named curve parameters by Shane Lontis · 6 years ago
- dffa752 Following the license change, modify the boilerplates in apps/ by Richard Levitte · 6 years ago
- 9cc570d Use the new non-curve type specific EC functions internally by Matt Caswell · 7 years ago
- 4bdc25b Fix ecparam -genkey with point compression or DER outform by Bernd Edlinger · 7 years ago
- 6738bf1 Update copyright year by Matt Caswell · 7 years ago
- dab2cd6 apps: Don't include progs.h in apps.h by Richard Levitte · 7 years ago
- cbe2964 Consistent formatting for sizeof(foo) by Rich Salz · 7 years ago
- 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
- 3ee1eac Standardize apps use of -rand, etc. by Rich Salz · 8 years ago
- aa8f3d7 Modify Sun copyright to follow OpenSSL style by Rich Salz · 8 years ago
- 2234212 Clean up a bundle of codingstyle stuff in apps directory by Paul Yang · 8 years ago
- dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
- 44c83eb Constify command options by FdaSilvaYY · 8 years ago
- 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
- 0335851 argv was set but unused by Kurt Roeckx · 9 years ago
- effaf4d Use NON_EMPTY_TRANSLATION_UNIT, consistently. by Rich Salz · 9 years ago
- f6de4eb Fix memory leak and print out keygen errors. by Dr. Stephen Henson · 9 years ago
- 070c233 Remove useless code by Alessandro Ghedini · 9 years ago
- a0a8232 Centralise loading default apps config file by Matt Caswell · 9 years ago
- df2ee0e Enable -Wmissing-variable-declarations and by Ben Laurie · 10 years ago
- bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
- 99dcd88 Exit on error in ecparam by Peter Waltenberg · 10 years ago
- 3b061a0 RT2547: Tighten perms on generated privkey files by Rich Salz · 10 years ago
- 296f54e Restore module loading by Richard Levitte · 10 years ago
- 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
- b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
- b548a1f free null cleanup finale by Rich Salz · 10 years ago
- 23a1d5e free NULL cleanup 7 by Rich Salz · 10 years ago
- 68dc682 In apps, malloc or die by Rich Salz · 10 years ago
- b196e7d remove malloc casts by Rich Salz · 10 years ago
- 333b070 fewer NO_ENGINE #ifdef's by Rich Salz · 10 years ago
- 7e1b748 Big apps cleanup (option-parsing, etc) by Rich Salz · 10 years ago
- 8fdc373 free NULL cleanup. by Rich Salz · 10 years ago
- ca3a82c free NULL cleanup by Rich Salz · 10 years ago
- 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
- 2b4ffc6 Fix various spelling errors by Scott Schaefer · 11 years ago
- 64095ce Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert by Dr. Stephen Henson · 13 years ago
- c8bbd98 Fix warnings. by Ben Laurie · 15 years ago
- ef236ec Merge from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
- 6e04afb include opensslconf.h if OPENSSL_NO_* is used by Nils Larsch · 20 years ago
- 9dd8405 ecc api cleanup; summary: by Nils Larsch · 20 years ago
- 8b15c74 give EC_GROUP_new_by_nid a more meanigful name: by Nils Larsch · 20 years ago
- 7d72723 some const fixes by Nils Larsch · 20 years ago
- 58ae65c Update ECDSA and ECDH for OPENSSL_NO_ENGINE. by Geoff Thorpe · 20 years ago
- 5148710 Adds warnings about two curves and fixes the "seed" value for two other curves. by Geoff Thorpe · 21 years ago
- 3a160f1 Fix declaration inconsistency in ecparam.c. by Andy Polyakov · 21 years ago
- d745af4 avoid potential confusion about curves (prime192v1 and prime256v1 are by Bodo Möller · 22 years ago
- 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
- 259cdf2 Sun has agreed to removing the covenant language from most files. by Bodo Möller · 22 years ago
- 65b1d31 change API for looking at the internal curve list by Bodo Möller · 23 years ago
- e2aeb81 change 'usage' formatting by Bodo Möller · 23 years ago
- c96f0fd fix spacing by Bodo Möller · 23 years ago
- 428112e typo by Bodo Möller · 23 years ago
- 7eb18f1 Simplify handling of named curves: get rid of EC_GROUP_new_by_name(), by Bodo Möller · 23 years ago
- 14a7cfb use a generic EC_KEY structure (EC keys are not ECDSA specific) by Bodo Möller · 23 years ago
- 714df32 extend curve list (additional curves over binary fields) by Bodo Möller · 23 years ago
- 5dbd3ef Replace 'ecdsaparam' commandline utility by 'ecparam' by Bodo Möller · 23 years ago