aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem
AgeCommit message (Expand)AuthorFilesLines
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-2/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-8/+8
2016-02-22RT4320/GH705: Fix PEM parsing bug.Rich Salz1-3/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-13GH643: Cleanup header analysisDmitry-Me1-4/+3
2016-02-02New BN functions.Dr. Stephen Henson1-36/+6
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz10-10/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson3-8/+10
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-238/+64
2016-01-12make updateRichard Levitte1-105/+120
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2-8/+10
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte3-31/+28
2016-01-08Remove all remaining traces if PEM_SealRichard Levitte1-2/+0
2016-01-07Fix build-break; 'make update'Rich Salz1-15/+0
2016-01-07Remove crypto/pem/pem_seal.cRichard Levitte2-196/+2
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-6/+6
2015-12-11Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte2-19/+30
2015-12-09make updateDr. Stephen Henson1-19/+7
2015-12-08Remove double semi (;)Richard Levitte1-1/+1
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2-4/+4
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2-12/+12
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell3-10/+16
2015-11-05Rebuild error source files.Dr. Stephen Henson1-19/+19
2015-10-23Remove useless codeAlessandro Ghedini1-2/+0
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-4/+4
2015-09-29Fix no-stdio buildDavid Woodhouse1-1/+3
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson1-0/+2
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-12/+19
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte11-11/+11
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz2-6/+8
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz2-20/+24
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz4-21/+11
2015-04-30free NULL cleanup 7Rich Salz1-2/+1
2015-04-30free cleanup almost the finaleRich Salz3-16/+5
2015-04-30free NULL cleanup 5aRich Salz1-2/+1
2015-04-28remove malloc castsRich Salz3-4/+4
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-664/+0
2015-03-28free NULL cleanupRich Salz3-12/+6
2015-03-25RAND_bytes updatesMatt Caswell1-1/+1
2015-03-24free NULL cleanupRich Salz1-4/+2