Drop duplicate ctx->verify_cb assignment
[openssl.git] / crypto / pkcs12 /
2016-04-28 Matt CaswellDon't leak memory on error in PKCS12_key_gen_uni
2016-04-20 Richard LevitteRemove --classic build entirely
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-11 Dr. Stephen HensonTypo: only return error if unrecognise bag type.
2016-02-08 Dr. Stephen Hensonadd missing file p12_lcl.h
2016-02-08 Richard LevitteFollowing the PKCS#12 update, update crypto/pkcs12...
2016-02-08 Dr. Stephen Hensonfix various formatting issues
2016-02-08 Dr. Stephen Hensonuse new function names
2016-02-08 Dr. Stephen HensonAdd p12_sbag.c to Makefile.in
2016-02-08 Dr. Stephen HensonReorganise functions.
2016-02-08 Dr. Stephen HensonUse new names
2016-02-08 Dr. Stephen HensonRename PKCS12 function
2016-02-08 Dr. Stephen Hensonpkcs12 accessors
2016-02-08 Dr. Stephen Hensonmore PKCS12 opacity
2016-02-08 Dr. Stephen HensonNew PKCS12 accessors, change macros to functions.
2016-02-08 Dr. Stephen HensonMake PKCS12 structures opaque
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-23 Alessandro GhediniSet salt length after the malloc has succeeded
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-09-21 Matt CaswellGOST PKCS12 support
2015-09-01 Emilia KasperRT4002: check for NULL cipher in p12_crpt.c
2015-06-25 Dr. Stephen HensonDon't output bogus errors in PKCS12_parse
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-05-26 Dr. Stephen HensonAdd function PKCS8_set0_pbe
2015-05-26 Dr. Stephen HensonFix memory leak.
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-11 Rich Salzfree NULL cleanup 9
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-02-03 Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-05-29 František BořánekFix memory leak.
2014-05-21 Dr. Stephen HensonFix for PKCS12_create if no-rc2 specified.
2014-03-01 Dr. Stephen HensonPKCS#8 support for alternative PRFs.
2014-03-01 Dr. Stephen HensonFix memory leak.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-02-27 Dr. Stephen HensonPR: 2737
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-11-22 Dr. Stephen Hensonadd pice of PR#2295 not committed to HEAD
2010-10-11 Dr. Stephen HensonPR: 2295
2010-03-28 Dr. Stephen HensonPR: 1696
2009-10-02 Dr. Stephen HensonTypo.
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-08-05 Dr. Stephen HensonOops!
2009-08-05 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-17 Dr. Stephen HensonRename asc2uni and uni2asc functions to avoid clashes.
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-03-09 Dr. Stephen HensonUpdate from stable branch.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-02 Ben LaurieFix warnings.
2008-06-26 Dr. Stephen HensonUpdate from stable branch.
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-16 Dr. Stephen HensonRemove redundant PREDECLARE statement.
2006-05-17 Dr. Stephen HensonPKCS#12 mac key length should equal digest length.
2006-05-15 Dr. Stephen HensonChange builting PBE to use static table. Add entries...
2006-05-15 Dr. Stephen HensonAdd feature to PKCS12_create() if the encryption NID...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-07-26 Nils Larschimproved error checking and some fixes
2005-06-30 Dr. Stephen HensonCheck PKCS7 structures in PKCS#12 files are of type...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
next