Wordsmith INSTALL
[openssl.git] / crypto /
2016-10-28 Matt CaswellFix stdio build following BIO size_t work
2016-10-28 Matt CaswellFix more shadowed variable warnings
2016-10-28 Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28 Matt CaswellAdd some sanity checks for BIO_read* and BIO_gets
2016-10-28 Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28 Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28 Matt CaswellEnsure that BIO_read_ex() and BIO_write_ex() only retur...
2016-10-28 Matt CaswellRead up to INT_MAX when calling legacy BIO_read() imple...
2016-10-28 Matt CaswellFix some bogus uninit variable warnings
2016-10-28 Matt CaswellEnsure all BIO functions call the new style callback
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-10-24 Andy Polyakovppccap.c: engage new multipplication and squaring subro...
2016-10-24 Andy Polyakovbn/asm/ppc-mont.pl: add optimized multiplication and...
2016-10-24 Andy Polyakovbn/asm/ppc-mont.pl: prepare for extension.
2016-10-24 Andy Polyakovsha/asm/sha512-armv8.pl: adapt for kernel use.
2016-10-24 Andy Polyakovx86_64 assembly pack: add Goldmont performance results.
2016-10-24 Andy Polyakovsha/keccak1600.c: add known answer and verify result...
2016-10-24 Andy Polyakovcrypto/sha: add Keccak1600 primitives to build SHA...
2016-10-22 jrmarinoFix support for DragonFly BSD
2016-10-21 Rich SalzGH1546: Fix old names in cryptodev code.
2016-10-19 MatDo not set load_crypto_strings_inited when OPENSSL_NO_E...
2016-10-19 FdaSilvaYYAdd error checking, small nit on ouput
2016-10-19 Richard LevitteFix config option 'no-deprecated'
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-17 Dr. Stephen HensonFix embedded string handling.
2016-10-15 Matt CaswellEnsure we handle len == 0 in ERR_err_string_n
2016-10-11 Dr. Stephen HensonFix X509_NAME decode for malloc failures.
2016-10-10 David BenjaminFix up bn_prime.pl formatting.
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-10-01 Dr. Stephen HensonSRP code tidy.
2016-09-29 Dr. Stephen HensonPrint <ABSENT> if a STACK is NULL.
2016-09-29 Dr. Stephen HensonAdd ASN1_ITEM lookup and enumerate functions.
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-09-21 Matt CaswellDon't leak on an OPENSSL_realloc() failure
2016-09-21 Andy Polyakovrand/randfile.c: treat empty string in RAND_file_name...
2016-09-21 Andy Polyakovrand/randfile.c: rationalize __OpenBSD__ code path.
2016-09-21 Andy Polyakovrand/randfile.c: restore fallback to $HOME for non...
2016-09-21 Rich SalzGH1555: Don't bump size on realloc failure
2016-09-21 Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-21 Matt CaswellFix a missing NULL check in dsa_builtin_paramgen
2016-09-19 Matt CaswellConvert num_alloc to a size_t in stack.c and tweak...
2016-09-19 Guido VrankenPrevent overflows in stack API
2016-09-18 FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-09-17 FdaSilvaYYRemove an useless definition.
2016-09-14 Matt CaswellAdd some sanity checks around usage of t_fromb64()
2016-09-13 Andy Polyakovbn/bn_lcl.h: improve interoperability with clang and...
2016-09-11 Richard LevitteVMS: be less picky when loading DSOs
2016-09-09 Tim HudsonFix EC_KEY_print so it prints out private key information
2016-09-08 Richard LevitteIf errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-09-08 Andy Polyakovchacha/asm/chacha-ppc.pl: add missing .text directive.
2016-09-07 David WoodhouseAvoid EVP_PKEY_cmp() crash on EC keys without public...
2016-09-07 Alex GaynorGH1537: Avoid double-free in the EVP_PKEY API
2016-09-06 Rich SalzMisc BN fixes
2016-09-03 Andy Polyakovmodes/asm/ghash-armv4.pl: improve interoperability...
2016-09-02 Andy PolyakovMIPS assembly pack: adapt it for MIPS[32|64]R6.
2016-08-31 Andy Polyakovcrypto/bn/*: x86[_64] division instruction doesn't...
2016-08-31 Rich SalzCode cleanup UI
2016-08-29 Andy PolyakovAdd ecp_nistz256-ppc64 module.
2016-08-29 Andy Polyakovperlasm/ppc-xlate.pl: recognize .type directive.
2016-08-29 Andy Polyakovbn/asm/ppc.pl: harmonize .size directive in bn_mul_words.
2016-08-29 Rich SalzRemove comment tags from structs (coding style)
2016-08-29 Rich SalzUse uppercase name for PCT_ enum
2016-08-26 Richard LevitteImprove the definition of STITCHED_CALL in e_rc4_hmac_md5.c
2016-08-25 Andy PolyakovWindows: UTF-8 opt-in for command-line arguments and...
2016-08-25 Andy PolyakovDon't switch password formats using global state.
2016-08-25 Matt CaswellFix an uninitialised read on an error path
2016-08-24 Viktor DukhovniUn-delete still documented X509_STORE_CTX_set_verify
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm...
2016-08-24 Richard LevitteCRYPTO_atomic_add(): check that the object is lock...
2016-08-24 Richard LevitteCRYPTO_atomic_add(): use acquire release memory order...
2016-08-24 Richard LevitteCheck for __GNUC__ to use GNU C atomic buildins
2016-08-24 Dr. Stephen HensonAvoid overflow in MDC2_Update()
2016-08-24 Matt CaswellRemove useless assignment
2016-08-24 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-*.pl: addition to perform stricter...
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: addition to perform...
2016-08-24 Andy Polyakovevp/bio_enc.c: stop using pointer arithmetic for error...
2016-08-24 Matt CaswellFix no-sock
2016-08-23 David BenjaminFix math in BN_bn2dec comment.
2016-08-23 Rob PercivalSCT_set_source resets validation_status
2016-08-23 Rob PercivalDocument that o2i_SCT_signature can leave the SCT in...
2016-08-23 Rob PercivalRemoves {i2o,o2i}_SCT_signature from the CT public API
2016-08-23 Rob PercivalPrevent double-free of CTLOG public key
2016-08-23 Rob PercivalInternalizes SCT_verify and removes SCT_verify_v1
2016-08-23 FdaSilvaYYConstify a bit X509_NAME_get_entry
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-23 FdaSilvaYYConstify some input parameters.
2016-08-23 FdaSilvaYYConstify some inputs buffers
2016-08-23 FdaSilvaYYConstify ASN1_PCTX_*
2016-08-22 Matt CaswellAdd some sanity checks when checking CRL scores
2016-08-22 Matt CaswellRemove some dead code
2016-08-22 Matt CaswellSanity check an ASN1_object_size result
2016-08-22 Matt CaswellCheck for error return from ASN1_object_size
next