Fix append_ia5 function to not assume NUL terminated strings
[openssl.git] / crypto /
2021-08-24 Matt CaswellFix append_ia5 function to not assume NUL terminated...
2021-08-24 Matt CaswellFix CMP code to not assume NUL terminated strings
2021-08-24 Matt CaswellFix the name constraints code to not assume NUL termina...
2021-08-24 Matt CaswellFix printing of PROXY_CERT_INFO_EXTENSION to not assume...
2021-08-24 Matt CaswellFix GENERAL_NAME_print to not assume NUL terminated...
2021-08-24 Matt CaswellFix POLICYINFO printing to not assume NUL terminated...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-18 Richard LevitteEVP_PKEY_get_utf8_string_param(): ensure the string...
2021-08-16 Ingo Franzkis390x: AES OFB/CFB: Maintain running IV from cipher...
2021-08-16 Tomas MrazMultiple fixes for getting pub key from legacy DH PKEY
2021-08-13 Shane LontisAllow small RSA exponents in the default provider
2021-08-11 Tomas MrazEVP_CIPHER_CTX_set_key_length: Raise error when key...
2021-08-11 Tomas MrazSet FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated...
2021-08-06 Tomas MrazAvoid freeing the conf lhashes in X509_V3_EXT*_add_conf
2021-08-06 Amir MohammadiFix ipv4_from_asc behavior on invalid Ip addresses
2021-08-05 Paulictrls: add missing control string translation for key...
2021-08-04 Tomas MrazPrevent recursive call of OPENSSL_INIT_LOAD_CONFIG
2021-07-29 Matt CaswellUpdate copyright year
2021-07-28 Matt CaswellDon't try and load the config file while already loadin...
2021-07-28 Matt CaswellEnsure any default_properties still apply even in the...
2021-07-27 Matt CaswellFix EVP_MD_meth_dup and EVP_CIPHER_meth_dup
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-26 Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-07-23 Tomas MrazFix potential problems with EVP_PKEY_CTX_new() with...
2021-07-23 Tomas Mrazdo_sigver_init: Add missing ERR_clear_last_mark()
2021-07-23 Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-22 Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-07-22 Dr. David von OheimbOSSL_HTTP_open(): Fix memory leak on TLS connect failur...
2021-07-20 Paulierr: remove the derivation function is mandatory for...
2021-07-20 Ingo SchwarzeFix a read buffer overrun in X509_aux_print().
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-15 Paulievp: constify some OSSL_PARAM arguments
2021-07-15 Tomas MrazMake EVP_PKEY_check() be an alias for EVP_PKEY_pairwise...
2021-07-12 Pauliasn.1: fix Coverity 1487104 Logically dead code
2021-07-11 Dr. David von OheimbImprove doc of OSSL_HTTP_REQ_CTX_set_expected() on...
2021-07-10 Daiki UenoBIO_lookup_ex: use AI_ADDRCONFIG only if explicit host...
2021-07-10 Richard LevitteASN.1: Refuse to encode to DER if non-optional items...
2021-07-08 Paulievp: detect and raise an error if no digest is found...
2021-07-08 Juergen ChristFix compile warning with GCC 11.
2021-07-08 Rich SalzFix bug in X509_print_ex
2021-07-07 Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-07-07 Paulibn: procduce correct sign for result of BN_mod()
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-07-06 Martin Schwenkebn: Make fixed-length Montgomery Multiplication conditi...
2021-07-06 Martin Schwenkebn: Fix .size directive
2021-07-06 Martin Schwenkebn: Use a basic branch-if-not-zero
2021-07-06 Tomas Mrazrsa_cms_verify: Avoid negative return with missing...
2021-07-05 Tomas MrazCoverity #1486687: fix potential dereference of NULL...
2021-07-03 Richard LevittePROV & STORE: Make the 'file:' store loader understand...
2021-07-02 Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-07-02 Tomas Mrazpem_read_bio_key: Add passphrase caching to avoid askin...
2021-07-02 Tomas Mrazpem_read_bio_key_decoder: Avoid spurious error on unkno...
2021-07-02 Shane LontisFix compile errors when building with --api=1.1.0 no...
2021-07-02 Randall S. BeckerDefined out MUTEX attributes not available on NonStop...
2021-06-30 Dr. David von OheimbOSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(...
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-30 Paulievp: fix coverity 1473380 Copy into fixed size buffer...
2021-06-30 Paulibio: check for valid socket when closing
2021-06-30 Paulix509: improve error reporting
2021-06-29 Tomas Mrazcoverity #1486531: return error properly from x509_pubk...
2021-06-29 Richard LevitteEVP: Have EVP_PKCS82PKEY_ex() pass a correct selection...
2021-06-29 Richard LevitteDECODER & ENCODER: Make sure to pass around the origina...
2021-06-29 Dr. David von Oheimbossl_cmp_error_new(): Fix Coverity issue 1486534, and...
2021-06-29 Richard LevitteOSSL_STORE: Fix crash when tracing STORE
2021-06-29 Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-26 Richard LevitteENCODER & DECODER: Allow en/decoders to have multiple...
2021-06-26 Pauliui: address potential memory leak
2021-06-26 Paulix509: address NULL dereference and memory leaks
2021-06-25 yunhenable getauxval on android 10
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-25 Dr. David von OheimbCMP: Improve reporting of error codes and related strin...
2021-06-25 Dr. David von Oheimbossl_sk_ASN1_UTF8STRING2text(): Minor generalization...
2021-06-25 Dr. David von OheimbCMP: Clean up internal message creation API and its...
2021-06-25 Petr GotthardBIO_new_from_core_bio: Fix heap-use-after-free after...
2021-06-24 Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24 Matt CaswellMove OPENSSL_add_builtin back into provider.c
2021-06-24 Matt Caswellmake struct provider_info_st a full type
2021-06-24 Matt CaswellDon't skip the current provider in ossl_provider_regist...
2021-06-24 Matt CaswellDon't hold any locks while calling the provider init...
2021-06-24 Matt CaswellOnly associate a provider with a store once it has...
2021-06-24 Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24 Matt CaswellRemove flag_couldbechild
2021-06-24 Matt CaswellAdd a new provider to the store only after we activate it
2021-06-24 Matt CaswellInstantiate configuration supplied providers when we...
2021-06-24 Matt CaswellInstantiate user-added builtin providers when we need...
2021-06-24 Matt CaswellInstantiate predefined providers just-in-time
2021-06-24 Tomas MrazOSSL_DECODER_from_bio: Avoid spurious decoder error
2021-06-24 Tomas Mrazossl_pw_get_passphrase: No ui method does not necessari...
2021-06-24 Pauliproperty: remove spurious incorrect comments
2021-06-24 Pauliproperty: add locking for the property string database
2021-06-24 Paulierr: add unable to get lock errors
2021-06-23 Richard LevitteAdapt other parts of the source to the changed EVP_Q_di...
2021-06-23 Richard LevitteEVP: Change the output size type of EVP_Q_digest()...
2021-06-23 Randall S. BeckerAdd assert.h to threads_pthread.c for NonStop thread...
2021-06-23 Dr. David von Oheimbcmp_server.c: Fix check: certConf not allowed after...
2021-06-23 Dr. David von Oheimbcmp_client.c: Print checkAfter value from pollRep befor...
2021-06-22 Hubert Kariocross-reference the DH and RSA SECLEVEL to level of...
2021-06-22 Martin Schwenkeec: Only build ecp_nistp521-ppc64.s if enable-ec_nistp_...
next