Add a UI utility function with which to wrap pem_callback_cb in a UI_METHOD
[openssl.git] / crypto /
2017-01-11 Richard LevitteAdd a UI utility function with which to wrap pem_callba...
2017-01-11 Richard LevitteAdd an application data field in the UI_METHOD
2017-01-11 Richard LevitteConstify the input parameter to UI_method_get_*
2017-01-10 Kurt RoeckxPrint the X509 version signed, and convert to unsigned...
2017-01-10 Richard LevitteOnly enable CRYPTO_3DES_ECB if that name is an existing...
2017-01-10 Richard LevitteSmall fixes of cryptodev engine
2017-01-10 Iaroslav Gridinuse EVP_CIPHER_CTX_ functions instead of accessing...
2017-01-10 Iaroslav Gridinfix for BSD cryptodev
2017-01-10 Iaroslav GridinRemove commented-out HMAC code
2017-01-10 Iaroslav GridinStyle the code
2017-01-10 Iaroslav GridinRemove unused ret variable
2017-01-10 Iaroslav GridinRemove non-functional CRYPTO_AES_CTR ifdef disabling...
2017-01-10 Iaroslav GridinAdd AES-ECB and 3DES-ECB to cryptodev
2017-01-10 Nikos Mavrogiannop... cryptodev: allow copying EVP contexts
2017-01-10 Nikos Mavrogiannop... cryptodev: Fix issue with signature generation
2017-01-09 Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2017-01-08 Dr. Stephen Hensonfix a few more style issues
2017-01-08 Dr. Stephen HensonRemove unnecessary frees and style fixes.
2017-01-08 Dr. Stephen HensonUse more desciptive macro name rsa_pss_restricted()
2017-01-08 Dr. Stephen Hensonstyle issues
2017-01-08 Dr. Stephen Hensonfree str on error
2017-01-08 Dr. Stephen Hensonclarify comment
2017-01-08 Dr. Stephen Hensonfix various style issues
2017-01-08 Dr. Stephen Hensonmake errors
2017-01-08 Dr. Stephen Hensonadd parameter error
2017-01-08 Dr. Stephen HensonSet EVP_PKEY_CTX in SignerInfo
2017-01-08 Dr. Stephen HensonOnly allow PSS padding for PSS keys.
2017-01-08 Dr. Stephen HensonDecode parameters properly.
2017-01-08 Dr. Stephen HensonReturn errors PKCS#7/CMS enveloped data ctrls and PSS
2017-01-08 Dr. Stephen HensonAdd PSS parameter restrictions.
2017-01-08 Dr. Stephen HensonInitial parameter restrictions.
2017-01-08 Dr. Stephen HensonAdd rsa_pss_get_param.
2017-01-08 Dr. Stephen HensonDon't allow PKCS#7/CMS encrypt with PSS.
2017-01-08 Dr. Stephen HensonAdd macros to determine if key or ctx is PSS.
2017-01-08 Dr. Stephen HensonSupport pad mode get/set for PSS keys.
2017-01-08 Dr. Stephen HensonKey gen param support.
2017-01-08 Dr. Stephen HensonSet PSS padding mode for PSS keys.
2017-01-08 Dr. Stephen HensonDigest string helper function.
2017-01-08 Dr. Stephen HensonSupport RSA operations in PSS.
2017-01-08 Dr. Stephen HensonPSS EVP_PKEY method
2017-01-08 Dr. Stephen HensonRSA-PSS key printing.
2017-01-08 Dr. Stephen HensonPSS parameter encode and decode.
2017-01-08 Dr. Stephen HensonSplit PSS parameter creation.
2017-01-08 Dr. Stephen HensonUse method key type instead of EVP_PKEY_RSA
2017-01-08 Dr. Stephen HensonPSS ASN.1 method
2017-01-08 Dr. Stephen Hensonadd EVP_PKEY_RSA_PSS
2017-01-08 Dr. Stephen HensonAdd pss field to RSA structure and free it.
2017-01-08 Dr. Stephen HensonCache maskHash parameter
2017-01-06 Kurt RoeckxMake rand_add predictable when fuzzing
2016-12-25 Andy Polyakovchacha/asm/chacha-x86_64.pl: add AVX512 path optimized...
2016-12-22 Todd ShortFix EVP_MD_meth_get_flags
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-12-19 Richard LevitteAdd bwrite_conv and bread_conv values to methods_dgramp...
2016-12-19 Andy Polyakovx86 assembly pack: update performance results.
2016-12-16 Richard LevitteHP-UX doesn't have hstrerror(), so make our own for...
2016-12-15 Kurt RoeckxDon't call memcpy with NULL as source
2016-12-15 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: allow nasm to assemble...
2016-12-15 Andy Polyakovperlasm/x86_64-xlate.pl: add support for AVX512 OPMASK...
2016-12-14 Rich SalzCRL critical extension bugfix
2016-12-13 Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
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-12 Andy Polyakovx86_64 assembly pack: add AVX512 ChaCha20 and Poly1305...
2016-12-12 Andy Polyakovpoly1305/poly1305_base2_44.c: add reference base 2...
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-09 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 Kurt RoeckxMake the predictable numbers start from 1
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-12-02 Kurt RoeckxMake the random number generator predictable when fuzzing.
2016-12-02 Matt CaswellFix a typo in bio_read_intern
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-25 Andy Polyakovbn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.
2016-11-17 Kurt RoeckxFix name of "locked" variable
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17 Andy Polyakovsha/asm/sha512-armv8.pl: fix big-endian support in...
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-15 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 Dr. Stephen HensonSimplify PKCS#12 PBE algorithm.
next