Temporarily disable RAND call in FIPS_MODE until RAND is available
[openssl.git] / util /
2019-06-12 Matt CaswellCreate BN_CTX_new_ex() and BN_CTX_secure_new_ex()
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-11 Todd ShortChange cipher default strings to a function
2019-06-07 Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-04 Shane LontisMove digests to providers
2019-05-30 Andreas KretschmerCertificate Management Protocol (CMP, RFC 4210) extensi...
2019-05-27 Shane LontisAdd d2i_KeyParams/i2d_KeyParams API's.
2019-05-23 Matt CaswellAdd the NIST CAVS test vectors for CCM
2019-05-20 Richard LevitteClear CRMF vs CMP confusion
2019-05-12 Richard Levitteutil/find-doc-nits: Fine tune detection of POD markup...
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-05-03 Shane LontisAdded generated files for EVP_KDF changes
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-04-23 Richard LevitteAdd a way for the application to get OpenSSL configurat...
2019-04-19 Matt CaswellCreate provider errors and use them
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-12 Joshua LockAdd a check for history section location to find-doc...
2019-04-12 Joshua LockMake check_example_location() in find-doc-nits generic
2019-04-12 Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-04-11 Shane Lontisadded code to validate EC named curve parameters
2019-04-10 Shane LontisAdded Test::ok_nofips, Test::is_nofips & Test::isnt_nof...
2019-04-09 Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-09 Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-04-05 Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-04-01 Boris Pismennyadd documentation
2019-03-21 Matt CaswellImplement EVP_MD_fetch()
2019-03-19 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-15 Matt CaswellGuard some SM2 functions with OPENSSL_NO_SM2
2019-03-15 Dr. Matthias St... trace: update the documentation
2019-03-13 杨洋Support SM2 certificate verification
2019-03-12 Pauligenerated files
2019-03-12 PauliOSSL_PARAM helper functions.
2019-03-12 David von Oheimb2nd chunk: CRMF code (crypto/crmf/, ) and its integration
2019-03-11 Richard LevitteAdd documentation
2019-03-11 Richard LevitteAdd provider module infrastructure
2019-03-11 Richard LevitteReplumbing: New public API to load or add providers
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER
2019-03-11 Rich Salzutil/mkerr.pl: Add an inclusion of symhacks.h in all...
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06 Richard LevitteDocument the tracing functionality
2019-03-06 Richard LevitteAdd generic trace API
2019-03-05 Richard LevitteVMS: fix util/[un]local.com.in to handle attributes
2019-02-28 Paul YangAdd section order check in util/find-doc-nits
2019-02-27 Richard LevitteOpenSSL::Util::Pod: allow slashes in names
2019-02-27 Richard LevitteReplumbing: Add include/openssl/core.h, initially with...
2019-02-26 Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2019-02-18 Richard Levitteutil/find-docs-nits: Recognise SPARSE_ARRAY_OF
2019-02-18 Richard Levitteutil/find-docs-nits: Extend to handle internal document...
2019-02-18 Pauligenerated files
2019-02-15 Richard LevitteAdd an OpenSSL library context
2019-02-15 Richard LevitteAdd CRYPTO_alloc_ex_data()
2019-02-15 David AsrafAdd EC_GROUP_get0_field
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-04 Matthias KraftFix Invalid Argument return code from IP_Factory in...
2019-01-30 David BenjaminDocument and add macros for additional DSA options
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27 Ping Yuadd an additional async notification communication...
2019-01-22 Richard LevitteBuild: Change all _NO_INST to use attributes instead.
2019-01-21 Richard LevitteRework building: adapt some scripts
2019-01-21 Richard LevitteRework building: VMS changes to handle extensions and...
2019-01-21 Richard LevitteRework building: initial changes
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-07 Matt CaswellAdd a test for correct handling of the cryptopro bug...
2018-12-21 Richard Levitteutil/process_docs.pl: handle multiple source directorie...
2018-12-13 Rich SalzIgnore duplicated undocumented things
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-11 Richard Levitteutil/mkdef.pl: Remove a ';' that snuck in
2018-12-11 Richard LevitteConfiguration: $config{shlib_version_number} -> $config...
2018-12-10 Richard LevitteVMS: fix library compatibility settings in util/mkdef.pl
2018-12-07 Richard LevitteRemove all NOEXIST symbols from ordinals files
2018-12-07 Richard Levittemake update
2018-12-07 Richard Levitteutil/perl/OpenSSL/Ordinals.pm: introduce a base version
2018-12-07 Richard Levitteutil/perl/OpenSSL/Ordinals.pm: use OpenSSL::Util::cmp_v...
2018-12-07 Richard Levitteutil/perl/OpenSSL/Ordinals.pm: shift to dotted versions...
2018-12-07 Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard Levitteutil/find-doc-nits: allow #undef
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-12-06 Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-12-06 Richard Levitteutil/mkdef.pl: prepare for DEPRECATEDIN_X
2018-12-03 Richard LevitteDocs: better deprecation text
2018-12-03 Richard Levitteutil/process_docs.pl: handle multiple source directorie...
2018-11-24 Richard LevitteHave util/mktar.sh display the absolute path to the...
2018-11-24 Richard LevitteDocument the removed 'dist' target
2018-11-23 Richard LevitteChange tarball making procedure
2018-11-15 Antoine SalonMaking SRP_user_pwd functions public
2018-11-15 Antoine SalonAdded SRP_VBASE_add0_user()
2018-11-15 Antoine SalonAdd SSL_CTX_set_tmp_ecdh.pod
2018-11-15 Antoine SalonSSL extra chain certificates doc
2018-11-13 Richard LevitteFix typo in util/perl/OpenSSL/Test.pm
2018-11-13 Richard LevitteFix rpath-related Linux "test_shlibload" failure.
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-11-10 David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-11-07 Richard Levitteutil/add-depends.pl: go through shared_sources too
2018-10-29 Richard LevitteAdd convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
2018-10-29 Richard LevitteAdd EVP_MAC API
next