Fix various doc nits.
[openssl.git] / crypto /
2016-12-12 Paul Hoveyupdated macro spacing for styling purposes
2016-12-12 Paul Hoveyfix undoes errors introduced by https://github.com...
2016-12-12 Andy Polyakovperlasm/x86_64-xlate.pl: refine sign extension in ea...
2016-12-10 Davide GalassiAvoid the call to OPENSSL_malloc with a negative value...
2016-12-10 Richard LevitteVMS UI_OpenSSL: generate OpenSSL errors when things...
2016-12-10 Richard LevitteVMS UI_OpenSSL: if the TT device isn't a tty, flag...
2016-12-10 Dr. Stephen HensonCheck input length to pkey_rsa_verify()
2016-12-08 Richard LevitteRemove extra bang
2016-12-08 Richard LevitteUI code style cleanup
2016-12-08 Richard LevitteUI_OpenSSL()'s session opener fails on MacOS X
2016-12-08 Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
2016-12-07 Richard LevitteUI_process() didn't generate errors
2016-12-03 Viktor DukhovniRestore last-resort expired untrusted intermediate...
2016-11-25 Dr. Stephen HensonFix ctrl operation for SHA1/MD5SHA1.
2016-11-25 Andy Polyakovmodes/ctr128.c: fix false carry in counter increment...
2016-11-17 Dr. Stephen HensonFix MSBLOB format with RSA.
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-11-17 FdaSilvaYYMissing free item on push failure
2016-11-16 Rob PercivalMove SCT_LIST_free definition into a more logical place
2016-11-16 Rob PercivalPass a temporary pointer to o2i_SCT_signature from...
2016-11-16 Rob PercivalSubtract padding from outlen in ct_base64_decode
2016-11-16 Rich SalzCheck return value of some BN functions.
2016-11-15 Rob PercivalConvert C++ comments to C-style comments
2016-11-15 Rob PercivalCast time_t to uint64_t before converting to millisecon...
2016-11-15 Rob PercivalBy default, allow SCT timestamps to be up to 5 minutes...
2016-11-15 Rob PercivalDon't check for time() failing in CT_POLICY_EVAL_CTX_new
2016-11-15 Rob PercivalDefault CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
2016-11-15 Rob PercivalReword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-11-15 Richard LevitteAdd a warning stipulating how things should be coded...
2016-11-15 Richard LevitteStop init loops
2016-11-14 Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-11-14 Matt CaswellRevert "Fixed deadlock in CRYPTO_THREAD_run_once for...
2016-11-13 DKFixed deadlock in CRYPTO_THREAD_run_once for Windows
2016-11-12 Kurt RoeckxCast to an unsigned type before negating
2016-11-11 Andy Polyakovchacha/asm/chacha-x86.pl: improve [backward] portability.
2016-11-11 Andy PolyakovPPC assembler pack: add some PPC970/G5 performance...
2016-11-11 Richard LevitteFix the effect of no-dso in crypto/init.c
2016-11-10 Dr. Stephen HensonDon't set choice selector on parse failure.
2016-11-10 Richard Levittechacha20/poly1305: make sure to clear the buffer at...
2016-11-10 Andy Polyakovaes/asm/aesp8-ppc.pl: improve [backward] portability.
2016-11-10 Andy Polyakovbn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low sever...
2016-11-08 FdaSilvaYYMissing BN_RECP_CTX field init.
2016-11-08 Rich SalzZero stack variable with DSA nonce
2016-11-07 FdaSilvaYYAllow null in X509_CRL_METHOD_free
2016-11-07 David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-11-02 Matt CaswellImplement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
2016-11-02 Matt CaswellLink using -znodelete
2016-11-02 Matt CaswellEnsure that libcrypto and libssl do not unload until...
2016-11-02 Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-10-24 Andy Polyakovx86_64 assembly pack: add Goldmont performance results.
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-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-01 Dr. Stephen HensonSRP code tidy.
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 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-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-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-08-31 Andy Polyakovcrypto/bn/*: x86[_64] division instruction doesn't...
2016-08-31 Rich SalzCode cleanup UI
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...
next