2019-07-16 |
Rich Salz | Regenerate mkerr files |
tree | commitdiff |
2019-03-06 |
David von Oheimb | constify *_dup() and *i2d_*() and related functions... |
tree | commitdiff |
2018-12-06 |
Richard Levitte | Following the license change, modify the boilerplates... |
tree | commitdiff |
2018-09-11 |
Matt Caswell | Update copyright year |
tree | commitdiff |
2018-09-02 |
Eric Brown | Remove redundant ASN1_INTEGER_set call |
tree | commitdiff |
2018-03-20 |
Matt Caswell | Update copyright year |
tree | commitdiff |
2018-03-12 |
Matt Caswell | Improve error handling in pk7_doit |
tree | commitdiff |
2017-10-18 |
KaoruToda | Remove parentheses of return. |
tree | commitdiff |
2017-10-16 |
Mouse | Code hygiene; initialize some pointers. |
tree | commitdiff |
2017-10-09 |
KaoruToda | Since return is inconsistent, I removed unnecessary... |
tree | commitdiff |
2017-08-21 |
Pauli | This has been added to avoid the situation where some... |
tree | commitdiff |
2017-06-07 |
Rich Salz | make error tables const and separate header file |
tree | commitdiff |
2017-05-11 |
Bernd Edlinger | Fix gcc-7 warnings. |
tree | commitdiff |
2017-02-28 |
Emilia Kasper | Remove dead code in crypto/pkcs7 |
tree | commitdiff |
2016-07-20 |
Kurt Roeckx | Check for errors allocating the error strings. |
tree | commitdiff |
2016-07-05 |
FdaSilvaYY | Fix mem error handling in PKCS7_simple_smimecap |
tree | commitdiff |
2016-07-05 |
FdaSilvaYY | Add checks on sk_TYPE_push() returned value |
tree | commitdiff |
2016-06-29 |
FdaSilvaYY | Whitespace cleanup in crypto |
tree | commitdiff |
2016-06-18 |
FdaSilvaYY | Useless header include of openssl/rand.h |
tree | commitdiff |
2016-06-13 |
Matt Caswell | Add some missing return value checks |
tree | commitdiff |
2016-05-23 |
Rich Salz | Remove unused error/function codes. |
tree | commitdiff |
2016-05-17 |
Rich Salz | Copyright consolidation 04/10 |
tree | commitdiff |
2016-04-28 |
Matt Caswell | Free memory on error in PKCS7_dataFinal() |
tree | commitdiff |
2016-04-20 |
Richard Levitte | Remove --classic build entirely |
tree | commitdiff |
2016-04-18 |
Matt Caswell | Fix PKCS7 memory leak |
tree | commitdiff |
2016-04-15 |
Rich Salz | Make many X509_xxx types opaque. |
tree | commitdiff |
2016-03-21 |
Richard Levitte | Remove the remainder of util/mk1mf.pl and companion... |
tree | commitdiff |
2016-03-17 |
Rich Salz | Remove Netware and OS/2 |
tree | commitdiff |
2016-02-23 |
Rich Salz | Add PKCS7_NO_DUAL_CONTENT flag |
tree | commitdiff |
2016-02-20 |
Richard Levitte | Always build library object files with shared library... |
tree | commitdiff |
2016-02-18 |
Richard Levitte | Remove all special make depend flags, as well as OPENSS... |
tree | commitdiff |
2016-02-06 |
Richard Levitte | Enhance and clear the support of linker flags |
tree | commitdiff |
2016-02-01 |
Richard Levitte | unified build scheme: add build.info files |
tree | commitdiff |
2016-01-29 |
Rich Salz | Templatize util/domd |
tree | commitdiff |
2016-01-29 |
Richard Levitte | Configure et al: split up the lflags configuration... |
tree | commitdiff |
2016-01-26 |
Rich Salz | Remove /* foo.c */ comments |
tree | commitdiff |
2016-01-20 |
Rich Salz | Remove update tags |
tree | commitdiff |
2016-01-20 |
Dr. Stephen Henson | make EVP_PKEY opaque |
tree | commitdiff |
2016-01-17 |
Rich Salz | Remove some old makefile targets |
tree | commitdiff |
2016-01-12 |
Rich Salz | Move Makefiles to Makefile.in |
tree | commitdiff |
2016-01-12 |
Richard Levitte | make update |
tree | commitdiff |
2015-12-31 |
Dr. Stephen Henson | Use X509_get0_pubkey where appropriate |
tree | commitdiff |
2015-12-09 |
Dr. Stephen Henson | make update |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Cleanup: fix all sources that used EVP_MD_CTX_(create... |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Adjust all accesses to EVP_MD_CTX to use accessor funct... |
tree | commitdiff |
2015-11-09 |
Matt Caswell | Continue standardising malloc style for libcrypto |
tree | commitdiff |
2015-11-05 |
Dr. Stephen Henson | Rebuild error source files. |
tree | commitdiff |
2015-10-23 |
Alessandro Ghedini | Remove useless code |
tree | commitdiff |
2015-09-30 |
Matt Caswell | Add GOST12 cms/smime capabilities |
tree | commitdiff |
2015-09-06 |
Richard Levitte | Remove warning about use of uninitialised variable |
tree | commitdiff |
2015-09-05 |
Dr. Stephen Henson | Avoid direct X509 structure access |
tree | commitdiff |
2015-09-05 |
Rich Salz | RT3955: Reduce some stack usage |
tree | commitdiff |
2015-08-31 |
Dr. Stephen Henson | Add X509_up_ref function. |
tree | commitdiff |
2015-08-31 |
Dr. Stephen Henson | Add X509_CRL_up_ref function |
tree | commitdiff |
2015-08-28 |
Alessandro Ghedini | GH354: Memory leak fixes |
tree | commitdiff |
2015-06-11 |
Emilia Kasper | PKCS#7: Fix NULL dereference with missing EncryptedContent. |
tree | commitdiff |
2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
tree | commitdiff |
2015-05-14 |
Richard Levitte | make depend |
tree | commitdiff |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
tree | commitdiff |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
tree | commitdiff |
2015-05-01 |
Rich Salz | free null cleanup finale |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
tree | commitdiff |
2015-04-30 |
Rich Salz | free NULL cleanup 5a |
tree | commitdiff |
2015-04-11 |
Rich Salz | free NULL cleanup 9 |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
tree | commitdiff |
2015-03-28 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Matt Caswell | RAND_bytes updates |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | Move some ASN.1 internals to asn1_int.h |
tree | commitdiff |
2015-03-23 |
Dr. Stephen Henson | Remove old ASN.1 code. |
tree | commitdiff |
2015-03-19 |
Emilia Kasper | PKCS#7: avoid NULL pointer dereferences with missing... |
tree | commitdiff |
2015-03-16 |
Dr. Stephen Henson | Make X509_ATTRIBUTE opaque. |
tree | commitdiff |
2015-03-12 |
Dr. Stephen Henson | Remove obsolete declarations. |
tree | commitdiff |
2015-01-30 |
Rich Salz | Dead code removal: #if 0 asn1, pkcs7 |
tree | commitdiff |
2015-01-23 |
Rich Salz | ifdef cleanup part 3: OPENSSL_SYSNAME |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
tree | commitdiff |
2015-01-14 |
Rich Salz | Cleanup OPENSSL_NO_xxx, part 1 master-pre-reformat |
tree | commitdiff |
2014-12-30 |
Tim Hudson | mark all block comments that need format preserving... |
tree | commitdiff |
2014-12-08 |
Dr. Stephen Henson | Remove fipscanister build functionality from makefiles. |
tree | commitdiff |
2014-11-28 |
Rich Salz | Remove all .cvsignore files |
tree | commitdiff |
2014-10-06 |
Matt Caswell | Removed duplicate definition of PKCS7_type_is_encrypted |
tree | commitdiff |
2014-06-26 |
Dr. Stephen Henson | Remove ancient obsolete files under pkcs7. |
tree | commitdiff |
2014-05-07 |
Matt Caswell | Fixed NULL pointer dereference in PKCS7_dataDecode... |
tree | commitdiff |
2014-04-22 |
Ben Laurie | Fix double frees. |
tree | commitdiff |
2014-02-13 |
Dr. Stephen Henson | Add suppot for ASCII with CRLF canonicalisation. |
tree | commitdiff |
2013-09-05 |
Veres Lajos | misspellings fixes by https://github.com/vlajos/misspel... |
tree | commitdiff |
2012-03-22 |
Dr. Stephen Henson | Submitted by: Markus Friedl <mfriedl@gmail.com> |
tree | commitdiff |
2012-03-12 |
Dr. Stephen Henson | Fix for CMS/PKCS7 MMA. If RSA decryption fails use... |
tree | commitdiff |
2012-03-08 |
Dr. Stephen Henson | check return value of BIO_write in PKCS7_decrypt |
tree | commitdiff |
2012-02-27 |
Dr. Stephen Henson | Detect symmetric crypto errors in PKCS7_decrypt. |
tree | commitdiff |
2011-10-14 |
Dr. Stephen Henson | more vxworks patches |
tree | commitdiff |
2011-01-26 |
Dr. Stephen Henson | Change AR to ARX to allow exclusion of fips object... |
tree | commitdiff |
2010-06-12 |
Ben Laurie | Fix warnings. |
tree | commitdiff |
2010-01-05 |
Dr. Stephen Henson | PR: 2102 |
tree | commitdiff |
2009-09-23 |
Dr. Stephen Henson | Audit libcrypto for unchecked return values: fix all... |
tree | commitdiff |
2009-03-15 |
Dr. Stephen Henson | Fix from stable branch. |
tree | commitdiff |
2008-12-26 |
Ben Laurie | pval must always be set when pk7_cb() does anything... |
tree | commitdiff |
2008-11-21 |
Dr. Stephen Henson | Set memory BIOs up properly when stripping text headers... |
tree | commitdiff |
next |