- 1212818 Update copyright year by Matt Caswell · 7 years ago
- 59701e6 Remove redundant ASN1_INTEGER_set call by Eric Brown · 7 years ago
- b0edda1 Update copyright year by Matt Caswell · 7 years ago
- 4718f44 Improve error handling in pk7_doit by Matt Caswell · 7 years ago
- 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
- e680311 Code hygiene; initialize some pointers. by Mouse · 7 years ago
- 208fb89 Since return is inconsistent, I removed unnecessary parentheses and by KaoruToda · 7 years ago
- a1df06b This has been added to avoid the situation where some host ctype.h functions by Pauli · 8 years ago
- 52df25c make error tables const and separate header file by Rich Salz · 8 years ago
- 018fcbe Fix gcc-7 warnings. by Bernd Edlinger · 8 years ago
- 5c2ee53 Remove dead code in crypto/pkcs7 by Emilia Kasper · 8 years ago
- 69588ed Check for errors allocating the error strings. by Kurt Roeckx · 9 years ago
- b77a865 Fix mem error handling in PKCS7_simple_smimecap by FdaSilvaYY · 9 years ago
- 68efafc Add checks on sk_TYPE_push() returned value by FdaSilvaYY · 9 years ago
- 02e112a Whitespace cleanup in crypto by FdaSilvaYY · 9 years ago
- 823146d Useless header include of openssl/rand.h by FdaSilvaYY · 9 years ago
- d356dc5 Add some missing return value checks by Matt Caswell · 9 years ago
- 0cd0a82 Remove unused error/function codes. by Rich Salz · 9 years ago
- 6286757 Copyright consolidation 04/10 by Rich Salz · 9 years ago
- d54ac5c Free memory on error in PKCS7_dataFinal() by Matt Caswell · 9 years ago
- 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
- 36c6f0a Fix PKCS7 memory leak by Matt Caswell · 9 years ago
- f0e0fd5 Make many X509_xxx types opaque. by Rich Salz · 9 years ago
- 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
- 1fbab1d Remove Netware and OS/2 by Rich Salz · 9 years ago
- 6b2ebe4 Add PKCS7_NO_DUAL_CONTENT flag by Rich Salz · 9 years ago
- 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
- ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
- c86ddbe Enhance and clear the support of linker flags by Richard Levitte · 9 years ago
- 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
- ced2c2c Templatize util/domd by Rich Salz · 9 years ago
- 1740c16 Configure et al: split up the lflags configuration item into two by Richard Levitte · 9 years ago
- 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
- 56c77c5 Remove update tags by Rich Salz · 9 years ago
- 3aeb934 make EVP_PKEY opaque by Dr. Stephen Henson · 9 years ago
- ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
- d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
- ff4b7fa make update by Richard Levitte · 9 years ago
- 8382fd3 Use X509_get0_pubkey where appropriate by Dr. Stephen Henson · 9 years ago
- 3c4e064 make update by Dr. Stephen Henson · 9 years ago
- bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
- 6e59a89 Adjust all accesses to EVP_MD_CTX to use accessor functions. by Richard Levitte · 9 years ago
- 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
- b8fb598 Rebuild error source files. by Dr. Stephen Henson · 9 years ago
- 070c233 Remove useless code by Alessandro Ghedini · 9 years ago
- c58f3e4 Add GOST12 cms/smime capabilities by Matt Caswell · 9 years ago
- 2971722 Remove warning about use of uninitialised variable by Richard Levitte · 10 years ago
- a8d8e06 Avoid direct X509 structure access by Dr. Stephen Henson · 10 years ago
- 8e70485 RT3955: Reduce some stack usage by Rich Salz · 10 years ago
- 05f0fb9 Add X509_up_ref function. by Dr. Stephen Henson · 10 years ago
- 65cbf98 Add X509_CRL_up_ref function by Dr. Stephen Henson · 10 years ago
- 55500ea GH354: Memory leak fixes by Alessandro Ghedini · 10 years ago
- 59302b6 PKCS#7: Fix NULL dereference with missing EncryptedContent. by Emilia Kasper · 10 years ago
- 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
- a3aadb2 make depend by Richard Levitte · 10 years ago
- b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
- 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
- b548a1f free null cleanup finale by Rich Salz · 10 years ago
- 4b45c6e free cleanup almost the finale by Rich Salz · 10 years ago
- 222561f free NULL cleanup 5a by Rich Salz · 10 years ago
- e0e920b free NULL cleanup 9 by Rich Salz · 10 years ago
- a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
- dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
- c5ba2d9 free NULL cleanup by Rich Salz · 10 years ago
- ca3a82c free NULL cleanup by Rich Salz · 10 years ago
- 266483d RAND_bytes updates by Matt Caswell · 10 years ago
- 86d20cb make depend by Dr. Stephen Henson · 10 years ago
- 5fe736e Move some ASN.1 internals to asn1_int.h by Dr. Stephen Henson · 10 years ago
- f422a51 Remove old ASN.1 code. by Dr. Stephen Henson · 10 years ago
- c225c3c PKCS#7: avoid NULL pointer dereferences with missing content by Emilia Kasper · 10 years ago
- 9b0a453 Make X509_ATTRIBUTE opaque. by Dr. Stephen Henson · 10 years ago
- b5f07d6 Remove obsolete declarations. by Dr. Stephen Henson · 10 years ago
- 02a938c Dead code removal: #if 0 asn1, pkcs7 by Rich Salz · 10 years ago
- 68b00c2 ifdef cleanup part 3: OPENSSL_SYSNAME by Rich Salz · 10 years ago
- 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- 4b61884 Cleanup OPENSSL_NO_xxx, part 1 by Rich Salz · 10 years ago
- 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
- f072785 Remove fipscanister build functionality from makefiles. by Dr. Stephen Henson · 10 years ago
- 8cfe08b Remove all .cvsignore files by Rich Salz · 10 years ago
- e0fdea3 Removed duplicate definition of PKCS7_type_is_encrypted by Matt Caswell · 10 years ago
- 7be6b27 Remove ancient obsolete files under pkcs7. by Dr. Stephen Henson · 11 years ago
- 2d2e047 Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in PR#3339 by Matt Caswell · 11 years ago
- 4ba5e63 Fix double frees. by Ben Laurie · 11 years ago
- 847865d Add suppot for ASCII with CRLF canonicalisation. by Dr. Stephen Henson · 11 years ago
- 478b50c misspellings fixes by https://github.com/vlajos/misspell_fixer by Veres Lajos · 12 years ago
- f404acf Submitted by: Markus Friedl <mfriedl@gmail.com> by Dr. Stephen Henson · 13 years ago
- 146b52e Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key and by Dr. Stephen Henson · 13 years ago
- 34b61f5 check return value of BIO_write in PKCS7_decrypt by Dr. Stephen Henson · 13 years ago
- d16bb40 Detect symmetric crypto errors in PKCS7_decrypt. by Dr. Stephen Henson · 13 years ago
- ffbfbef more vxworks patches by Dr. Stephen Henson · 13 years ago
- df6de39 Change AR to ARX to allow exclusion of fips object modules by Dr. Stephen Henson · 14 years ago
- c8bbd98 Fix warnings. by Ben Laurie · 15 years ago
- 60c5224 PR: 2102 Submitted by: John Fitzgibbon <john_fitzgibbon@yahoo.com> by Dr. Stephen Henson · 15 years ago
- b6dcdbf Audit libcrypto for unchecked return values: fix all cases enountered by Dr. Stephen Henson · 15 years ago
- 237d7b6 Fix from stable branch. by Dr. Stephen Henson · 16 years ago
- 5ceb595 pval must always be set when pk7_cb() does anything (Coverity ID 146). by Ben Laurie · 16 years ago
- d0c3628 Set memory BIOs up properly when stripping text headers from S/MIME messages. by Dr. Stephen Henson · 16 years ago
- 2e59752 Update obsolete email address... by Dr. Stephen Henson · 16 years ago
- 6819050 Delete nonexistant function from pkcs7.h header file. WIN32 build fix from by Dr. Stephen Henson · 17 years ago
- 2e86f0d Use correct headers for signed receipts. Use consistent naming. by Dr. Stephen Henson · 17 years ago