bn: Drop unnecessary use of r9
[openssl.git] / crypto /
2021-06-22 Martin Schwenkebn: Drop unnecessary use of r9
2021-06-22 Martin Schwenkebn: Update .align pseudo-ops to match convention
2021-06-22 Martin Schwenkebn: Drop use of .p2align pseudo-op
2021-06-22 Shane LontisAdd table entries for fips 186-5 related to RSA auxilia...
2021-06-22 Martin Schwenkeec: Fail build on big-endian with enable-ec_nistp_64_gc...
2021-06-22 Shane LontisFix aes_core to use U64() macro..
2021-06-22 Pauliasn1: properly clean up on failed BIO creation
2021-06-21 Matt CaswellEnsure we remove libctx DRBG state before removing...
2021-06-20 Richard LevitteSTORE: Fix OSSL_STORE_open_ex() error reporting
2021-06-19 Tomas MrazReplace non-ASCII character in source file
2021-06-19 Paulirsa: fix indentation
2021-06-19 Pauliasn1: fix indentation
2021-06-19 Paulicrypto: repalce tabs with spaces
2021-06-19 Pauliparams: fix range check when converting double to uint64_t.
2021-06-19 Pauliparams: avoid using intmax_t since it's not well supported
2021-06-18 Dr. David von Oheimbhttp_client.c: fix HTTP_VERSION_STR_LEN and make it...
2021-06-18 Dr. David von Oheimbhttp_client.c: make HTTP_LINE1_MINLEN more efficient
2021-06-18 Dr. David von Oheimbhttp_client.c: make prefix checking more readable and...
2021-06-18 Dr. David von Oheimbhttp_client.c: fix error reporting (a char was missing...
2021-06-18 Dr. David von Oheimbhttp_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Richard LevitteDSO: Fix the VMS DSO name converter to actually do...
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-16 Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-16 Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-16 Shane LontisFix DH private key check.
2021-06-16 Matt CaswellClean up the encoder/decoder/loader stores before providers
2021-06-16 PauliInclude a local static buffer for the SHA helper functions
2021-06-16 Matt CaswellAdd various OBJ functions as callbacks
2021-06-15 Richard LevitteRefactor OSSL_STORE_LOADER_do_all_provided() to behave...
2021-06-15 Richard LevitteDECODER & ENCODER: Add better tracing
2021-06-15 Richard LevitteAdapt all public EVP_XXX_do_all_provided() for the...
2021-06-15 Richard LevitteRefactor evp_generic_do_all() to behave like evp_generi...
2021-06-15 Richard LevitteRefactor OSSL_ENCODER_do_all_provided() to behave like...
2021-06-15 Richard LevitteRefactor OSSL_DECODER_do_all_provided() to behave like...
2021-06-15 Richard LevitteAdd the internal function ossl_method_store_do_all()
2021-06-15 Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-06-15 Dr. David von OheimbASN1_parse_dump(): allow NULL BIO input, to simplify...
2021-06-15 Dr. David von OheimbBIO_write_ex(): Make handing of BIO b == NULL and dlen...
2021-06-15 Dr. David von OheimbBIO: Make source file names in crypto/bio/ consistent
2021-06-15 Dr. David von OheimbBIO_dum_indent_cb(): Fix handling of cb return value
2021-06-15 Dr. David von OheimbBIO: prevent crash on NULL BIO for prefix_ctrl() and...
2021-06-15 Dr. David von OheimbASN1: rename asn1_par.c to asn1_parse.c for clarity...
2021-06-15 Lars ImmischUse getauxval on Android with API level > 18
2021-06-15 Pauliremove end of line whitespace
2021-06-15 Paulicms: free PKEY_CTX
2021-06-15 Paulicms: fix coverity 1485981: unchecked return value
2021-06-15 Shane LontisAdd missing NULL check in OSSL_DECODER_from_bio().
2021-06-14 Matt CaswellAvoid excessive OSSL_DECODER_do_all_provided calls
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-13 Shane LontisFix DH/DHX named groups to not overwrite the private...
2021-06-13 Bernd EdlingerAdd AES consttime code for no-asm configurations
2021-06-12 Dr. David von Oheimbd2i_X509: revert calling X509v3_cache_extensions()
2021-06-11 Dr. David von OheimbRename OSSL_HTTP_set_request() to OSSL_HTTP_set1_reques...
2021-06-11 Dr. David von OheimbHTTP client: Fix GET request handling when rctx is...
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-11 Tomas MrazBIO_write_ex: No error only on 0 bytes to write
2021-06-11 Richard LevitteSTORE: Make OSSL_STORE_LOADER_fetch() consistent with...
2021-06-10 Tomas Mrazdl_name_converter: Avoid unnecessary overallocation
2021-06-10 Tomas Mrazossl_provider_set_module_path: Prevent potential UAF
2021-06-10 Tomas MrazFix use after free in OSSL_HTTP_REQ_CTX_set1_req()
2021-06-10 Paulierr: clear flags better when clearing errors.
2021-06-10 Paulisha: convert SHA one shot macros back to being functions
2021-06-09 Richard LevitteDECODER & ENCODER: Add better tracing
2021-06-09 Richard LevitteDECODER: Adapt addition of extra decoder implementations
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-09 Paulikeymgmt: better detect when a key manager can be reused
2021-06-08 Matt CaswellSimplify error reporting in X509_PUBKEY_get0()
2021-06-08 Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-08 Matt CaswellOnly use the legacy route to decode a public key if...
2021-06-08 Matt CaswellEnsure that we consume all the data when decoding an...
2021-06-08 Matt CaswellUse the right class/tag when decoding an embedded key
2021-06-08 Matt CaswellFix CTLOG_new_from_base64_ex()
2021-06-08 Paulievp: avoid some calls to EVP_CIPHER_CTX_get_iv_length...
2021-06-08 Paulievp: fix Coverity 1485670 argument cannot be negative
2021-06-08 Paulievp: fix Coverity 1485669 improper use of negative...
2021-06-08 Paulievp: fix Coverity 1485668 argument cannot be negative
2021-06-08 Paulipkcs12: fix Coverity 1485667 logically dead code
2021-06-08 Paulievp: fix coverity 1485666 argument cannot be negative
2021-06-08 Paulievp: fix improper use of negative value issues
2021-06-08 Paulibio: improve error checking fixing coverity 1485659...
2021-06-08 Daniel BeveniusAdd aix64-gcc-as architecture and p2align callback
2021-06-08 Tomas MrazX509_digest_sig: Handle RSA-PSS and EDDSA certificates
2021-06-08 Dr. David von OheimbImprove the documentation of cert path building and...
2021-06-08 Dr. David von Oheimbx509_vfy.c: Improve a couple of internally documenting...
2021-06-08 Dr. David von Oheimbx509_trs.c: rename to x509_trust.c and correct comment...
2021-06-08 Dr. David von OheimbBIO_write-ex(): Improve behavior in corner cases and...
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-07 Tomas MrazElimination of some sources not needed in the FIPS_MODULE
2021-06-05 Pauliproperty: move additional query functions to property_q...
2021-06-05 Pauliproperty: improve ossl_property_find_property() function
2021-06-05 PauliRename `n` field to `num_properties` in property defini...
2021-06-05 Richard LevitteENCODER: use property definitions instead of getting...
2021-06-05 Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05 Richard LevitteDECODER: use property definitions instead of getting...
2021-06-05 Richard Levitteproperty: Add functionality to query data from a proper...
2021-06-05 Richard LevitteFIPS: don't include crypto/passphrase.c in libfips.a
2021-06-05 Matt CaswellEnsure libctx/propq is propagated when handling X509_REQ
2021-06-05 Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05 Matt CaswellMake sure X509_dup() also dup's any associated EVP_PKEY
next