index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
pkeyutl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a sanity check on the length of pkeyutl inputs
Matt Caswell
2018-05-24
1
-1
/
+11
*
Make pkeyutl a bit more user-friendly
Johannes Bauer
2018-03-20
1
-10
/
+25
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Allow use of long name for KDFs
Dr. Stephen Henson
2017-08-03
1
-2
/
+6
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-4
/
+7
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-11
/
+14
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-0
/
+1
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Constify char* input parameters in apps code
FdaSilvaYY
2016-08-17
1
-2
/
+2
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+5
*
GH932: Add more help messages to some apps options.
FdaSilvaYY
2016-05-04
1
-1
/
+1
*
Add KDF support to pkeyutl. Update documentation.
Dr. Stephen Henson
2016-03-03
1
-18
/
+46
*
Fix -pkeyopt and fix error check.
Dr. Stephen Henson
2016-03-01
1
-2
/
+3
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-1
/
+1
*
argv was set but unused
Kurt Roeckx
2016-02-20
1
-1
/
+2
*
more doc fixes
Rich Salz
2016-02-08
1
-8
/
+9
*
Fix pkeyutl inability to directly access keys on hardware tokens
Mouse
2016-02-04
1
-5
/
+18
*
Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handling
Viktor Dukhovni
2016-02-03
1
-42
/
+63
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-1
/
+1
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-2
/
+2
*
RT3961: Fix switch/case errors in flag parsing
Adam Eijdenberg
2015-07-31
1
-0
/
+1
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
free null cleanup finale
Rich Salz
2015-05-01
1
-10
/
+4
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-7
/
+4
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-2
/
+0
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-205
/
+165
*
free NULL cleanup
Rich Salz
2015-03-28
1
-2
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-473
/
+426
*
PR: 2366
Dr. Stephen Henson
2010-11-11
1
-6
/
+6
*
Updates from 1.0.0-stable.
Dr. Stephen Henson
2009-04-15
1
-1
/
+1
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Correct warnings about signedness.
Richard Levitte
2006-08-20
1
-7
/
+10
*
Avoid WIN32 warning.
Dr. Stephen Henson
2006-07-22
1
-1
/
+1
*
Avoid warnings.
Dr. Stephen Henson
2006-07-22
1
-1
/
+1
*
Fix warnings.
Dr. Stephen Henson
2006-05-26
1
-2
/
+2
*
Update pkeyutl to use size_t for pkey functions.
Dr. Stephen Henson
2006-05-26
1
-11
/
+11
*
Signed vs. unsigned conflict
Richard Levitte
2006-05-26
1
-5
/
+5
*
Fix usage message for pkeyutl.
Dr. Stephen Henson
2006-04-26
1
-4
/
+7
*
Use more flexible method of determining output length, by setting &outlen
Dr. Stephen Henson
2006-04-15
1
-31
/
+51
*
Complete key derivation support.
Dr. Stephen Henson
2006-04-13
1
-32
/
+93
*
Change the option setting command line switch to "-pkeyopt" to avoid confusion
Dr. Stephen Henson
2006-04-13
1
-1
/
+1
*
Initial keygen support.
Dr. Stephen Henson
2006-04-11
1
-1
/
+1
*
Add RSA ctrl for padding mode, add ctrl support in pkeyutl.
Dr. Stephen Henson
2006-04-09
1
-2
/
+21
*
Fix typo. Add EVP_PKEY_CTX control function for later use by command line
Dr. Stephen Henson
2006-04-09
1
-1
/
+1
*
Reformat pkeyutl.c, add support for verify operation but nothing actually
Dr. Stephen Henson
2006-04-09
1
-29
/
+94
*
Implement encrypt/decrypt using RSA.
Dr. Stephen Henson
2006-04-08
1
-2
/
+2
*
New utility 'pkeyutl' a general purpose version of 'rsautl'.
Dr. Stephen Henson
2006-04-07
1
-0
/
+399