Fix CMP -days option range checking and test failing with enable-ubsan
[openssl.git] / include / internal /
2020-06-21 FdaSilvaYYFix one typo in a comment.
2020-06-19 Matt CaswellCreate defines for TLS Group Ids
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-08 Vadim FedorenkokTLS: add Linux-specific kTLS helpers
2020-06-08 Vadim FedorenkokTLS: add new algo definitions
2020-06-08 Vadim FedorenkokTLS: make ktls_start type independed
2020-06-05 Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
2020-06-04 Matt CaswellUpdate copyright year
2020-05-26 Shane LontisFix ERR_print_errors so that it matches the documented...
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-15 Dr. David von OheimbClean up macro definitions of openssl_fdset() in apps...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-05 Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
2020-04-04 Matt CaswellAdd "endfirst" writing to WPACKET
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27 Matt CaswellPut an error on the stack in the event of a fetch failure
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-10 Dr. David von OheimbExtract sk_ASN1_UTF8STRING2text() from ts_get_status_te...
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-12 PauliRemove unused ossl_param_bld_to_param_ex() function.
2020-02-10 Dr. David von Oheimbadd BIO_socket_wait(), BIO_wait(), and BIO_connect_retr...
2020-02-07 Matt CaswellFix no-dh
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-06 Shane LontisAdd FFC param/key generation
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-28 Richard LevittePROV: Adapt the DSA signature implementation to provide...
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-23 Richard LevitteAdd internal maxsize macros
2020-01-19 Pauliparam_bld: add a padded BN call.
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2020-01-06 Matt CaswellDeprecate the low level AES functions
2019-12-11 Veres LajosFix some typos
2019-11-29 Richard LevitteCORE: expose the property parsers and checker to the...
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-11-29 Richard LevitteCORE: pass the full algorithm definition to the method...
2019-11-29 Richard LevitteCORE: ossl_namemap_add_names(): new function to add...
2019-11-29 Matt CaswellMake sure we only run the self tests once
2019-11-20 Richard LevitteReplumbing: pre-populate the EVP namemap with commonly...
2019-11-18 PauliProperties: make query cache reference count aware.
2019-11-14 Matt CaswellIncrease OSSL_PARAM_BLD_MAX for multi-prime RSA
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-05 Patrick Steuers390x assembly pack: process x25519 and x448 non-canoni...
2019-10-31 Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-10-31 Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-10-04 Richard LevitteMove MD5-SHA1 digest completely to the default provider
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-18 Shane LontisFix Compiler error/warning for windows icl build
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-08-29 Matt CaswellMake sure we pre-initialise properties
2019-08-21 Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-08-21 Richard LevitteModify ossl_method_store_add() to handle reference...
2019-08-21 Richard LevitteFix ossl_param_bld_push_{utf8,octet}_string() / param_b...
2019-08-21 PauliConstify param builder string functions.
2019-08-15 Richard LevitteMove BLAKE2 MACs to the providers
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-01 Matt CaswellLoad the config file by default
2019-07-26 Richard LevitteAdd functions to see if a provider is available for...
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23 Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-07-18 PauliAdd param builder free function.
2019-07-18 Bernd EdlingerAdd value_barriers in constant time select functions
2019-07-17 Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2019-07-17 PauliParameter building utilities.
2019-07-16 PauliRemove tab characters from C source files.
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-11 Matt CaswellGive WPACKET the ability to have a NULL buffer undernea...
2019-07-11 Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-07-04 Matt CaswellPrevent the use of RUN_ONCE inside the FIPS module
2019-07-02 Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-02 Antoine CœurFix Typos
2019-06-26 Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-24 Richard LevitteReplumbing: add support for multiple names per algorithm
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-21 PauliRemove OPENSSL_memcmp.
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellProvide a version of ossl_init_thread_start that works...
2019-06-17 Matt CaswellAdd the function openssl_ctx_get_concrete()
2019-06-10 Richard LevitteEVP fetching: make operation_id part of the method...
2019-06-07 Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07 Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07 Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-06-04 Shane LontisMove digests to providers
next