aboutsummaryrefslogtreecommitdiff
path: root/apps/pkcs12.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-6/+6
2017-08-08Fix building without scryptJohannes Bauer1-0/+2
2017-07-26handle scrypt PBKDF in PKCS#12 files infoHubert Kario1-0/+16
2017-07-26nicer formatting for MAC infoHubert Kario1-2/+2
2017-07-26more info about PKCS#12 structure MACHubert Kario1-2/+10
2017-07-26pkcs12.c better formatting for unsupported paramsHubert Kario1-3/+3
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-16/+8
2017-07-06Bounds check string functions in apps.Pauli1-3/+5
2017-07-05Undo commit d420ac2Rich Salz1-1/+1
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-3/+3
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-14/+19
2017-05-21-inkey can be an identifier, not just a fileRich Salz1-1/+1
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-08-25Support broken PKCS#12 key generation.Dr. Stephen Henson1-4/+23
2016-08-22Avoid more compiler warnings for use of uninitialised variablesRichard Levitte1-1/+1
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell1-19/+21
2016-08-17Constify X509_SIG.Dr. Stephen Henson1-7/+7
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-2/+2
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-3/+3
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell1-2/+2
2016-07-29print out MAC algorithmDr. Stephen Henson1-3/+7
2016-07-08Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson1-9/+63
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+5
2016-05-04Check return of PEM_write_* functions and report possible errorsRichard Levitte1-4/+5
2016-04-15Make many X509_xxx types opaque.Rich Salz1-8/+15
2016-03-31Fix "no-ui" configurationRichard Levitte1-14/+39
2016-03-18Fix no-desMatt Caswell1-1/+3
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson1-1/+3
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson1-2/+2
2016-02-22Remove unused parameters from internal functionsRich Salz1-2/+2
2016-02-20argv was set but unusedKurt Roeckx1-1/+3
2016-02-08fix various formatting issuesDr. Stephen Henson1-1/+3
2016-02-08Use new namesDr. Stephen Henson1-4/+4
2016-02-08Use accessors in pkcs12 app.Dr. Stephen Henson1-11/+19
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni1-9/+4
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni1-26/+16
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-2/+2
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell1-2/+14
2015-09-06Change the way apps open their input and output filesRichard Levitte1-7/+12
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz1-3/+5
2015-06-06Increase buffer size for passwords in pkcs12 CLIRodger Combs1-1/+1
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-1/+1
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-9/+9
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1