]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pem
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
[thirdparty/openssl.git] / crypto / pem /
2019-07-16  Rich SalzRegenerate mkerr files
2019-04-06  Bernd EdlingerFix the allocation size in EVP_OpenInit and PEM_SignFinal
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-05  Sam RobertsRemove unnecessary trailing whitespace
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-04  Shane Lontiskey zeroisation for pvkfmt now done on all branch paths
2018-09-03  wzhangFix the comment of PEM_read_bio_ex
2018-06-28  Rich SalzZero-fill IV by default.
2018-05-29  Matt CaswellUpdate copyright year
2018-05-12  Richard LevitteIn cases where we ask PEM_def_callback for minimum...
2018-05-01  Matt CaswellUpdate copyright year
2018-04-26  Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2018-04-26  Richard LevittePEM_def_callback(): use same parameter names as for...
2018-04-26  Richard LevittePEM_def_callback(): don't loop because of too short...
2018-04-19  Bernd EdlingerClear buffer in PEM_write_bio
2018-04-03  Rich SalzSet error code on alloc failures
2018-03-30  Rich SalzRemove some code
2018-03-20  Matt CaswellUpdate copyright year
2018-03-17  Bernd EdlingerFix error handling in b2i_dss and b2i_rsa
2018-03-09  Benjamin KadukFix type error in PEM processing
2017-10-18  KaoruTodaRemove parentheses of return.
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/pem
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-29  Bernd EdlingerUse OPENSSL_secure_clear_free in PEM_read_bio_PrivateKe...
2017-07-29  Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2017-07-10  Bernd EdlingerFix error handling in get_header_and_data.
2017-07-07  PauliAddress potential buffer overflows.
2017-07-07  Paulichange return (x) to return x
2017-07-05  Rich SalzUndo commit d420ac2
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-05-08  Benjamin KadukMake PEM_read_{,bio_}PrivateKey use secmem
2017-05-08  Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08  Benjamin KadukAdd PEM_read_bio_ex
2017-03-29  FdaSilvaYYMore typo fixes
2016-11-17  Dr. Stephen HensonFix MSBLOB format with RSA.
2016-08-15  Dr. Stephen HensonLimit reads in do_b2i_bio()
2016-08-05  klemensspelling fixes, just comments and readme.
2016-08-01  Matt CaswellFix bad result in i2b_PVK()
2016-08-01  Matt CaswellFix param order in RSA_get0_key
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-06-16  Matt CaswellChange the return type of EVP_EncodeUpdate
2016-06-15  Richard LevitteDeal with the consequences of constifying getters
2016-06-01  Rich SalzRemove/rename some old files.
2016-05-31  MatUpdates from review
2016-05-31  MatFix: PEM_read_bio_PrivateKey with no-ui / no-stdio
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-23  Dr. Stephen HensonSupport for traditional format private keys.
2016-05-19  Viktor Dukhovnimake update
2016-05-19  Viktor DukhovniImprove and document low-level PEM read routines
2016-05-17  Rich SalzManual fixes after copyright consolidation
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-05-16  Rich SalzUse OPENSSL_hexchar2int
2016-05-16  Richard LevitteDon't require any length of password when decrypting
2016-04-29  Matt CaswellA call to RSA_set0_key had the arguments in the wrong...
2016-04-29  Matt CaswellFix a leak in i2b_PVK
2016-04-28  Matt CaswellDon't leak memory on error in i2b_PVK
2016-04-28  Matt CaswellDon't leak memory on error in b2i_rsa
2016-04-27  Dr. Stephen HensonReject inappropriate private key encryption ciphers.
2016-04-20  Richard LevitteRemove --classic build entirely
2016-04-06  Richard LevitteMake the RSA structure opaque
2016-04-02  Matt CaswellMake DSA_METHOD opaque
2016-04-02  Matt CaswellMake the DSA structure opaque
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20  Rich SalzRemove #error from include files.
2016-03-07  David WoodhouseElide EVP_read_pw_string() and friends for no-ui
2016-03-04  Dr. Stephen HensonSanity check PVK file fields.
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-22  Rich SalzRT4320/GH705: Fix PEM parsing bug.
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-13  Dmitry-MeGH643: Cleanup header analysis
2016-02-02  Dr. Stephen HensonNew BN functions.
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-20  Dr. Stephen Hensonmake EVP_PKEY opaque
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 users for it becoming opaque
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-08  Richard LevitteRemove all remaining traces if PEM_Seal
2016-01-07  Rich SalzFix build-break; 'make update'
2016-01-07  Richard LevitteRemove crypto/pem/pem_seal.c
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-11  Richard LevitteAdapt PEM routines to the opaque EVP_ENCODE_CTX
2015-12-09  Dr. Stephen Hensonmake update
2015-12-07  Richard LevitteRemove double semi (;)
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05  Dr. Stephen HensonRebuild error source files.
2015-10-23  Alessandro GhediniRemove useless code
2015-10-23  Alessandro GhediniFix memory leaks and other mistakes on errors
next