]> git.ipfire.org Git - thirdparty/openssl.git/history - util
[test] Make sm2_internal_test less fragile to changes in the ec module
[thirdparty/openssl.git] / util /
2020-04-01  Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-30  Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-28  PauliParam build: make structures opaque.
2020-03-28  PauliNEWS: note OSSL_PARAM_BLD API as public.
2020-03-27  Matt CaswellDocument various SRP related APIs
2020-03-27  Matt CaswellMake SRP library context aware
2020-03-27  Matt CaswellAdd OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
2020-03-25  Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25  Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-25  Nikolay MorozovIssuer Sign Tool extention support
2020-03-25  Richard Levitteutil/wrap.pl: Correct exit code when signalled
2020-03-20  Shane LontisAdd support for passing the libctx to the config loader
2020-03-18  David von Oheimbmake err() message strings of find-doc-nits consistentl...
2020-03-18  David von Oheimbadd line and file info to 'Malformed line' error msg...
2020-03-18  Dr. David von OheimbRename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP...
2020-03-18  Dr. David von Oheimbfix false positive of check-format.pl regarding '#if...
2020-03-18  Dr. David von Oheimbmake util/check-format.pl script executable
2020-03-18  Dr. David von Oheimbfix false positive of check-format.pl reporting '{1...
2020-03-15  Richard LevitteX509: Rename X509_set0_sm2_id() and friends
2020-03-12  Richard LevittePROV: Add RSA functionality for key generation
2020-03-12  Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-11  Rich SalzDOCS: Use "command" not "tool" or "utility"
2020-03-10  Dr. David von OheimbMove OSSL_CMP_X509_digest() to x_all.c, renaming it...
2020-03-10  Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-03-10  Richard LevitteDOCS: Add missing documentation in util/missingcrypto.txt
2020-03-09  Dr. David von OheimbRenew and extend the tool for checking adherence to...
2020-03-09  Richard Levitteutil/wrap.pl: do not look at EXE_SHELL
2020-03-07  Paulicmdline app: add provider commandline options.
2020-03-06  Rich SalzUse .cnf for config files, not .conf
2020-03-03  Dmitry BelyavskiyDocumenting newly added CMS modification
2020-03-03  Dmitry BelyavskiyImplementation of Russian GOST CMS
2020-03-03  Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-28  Nikolay Morozovx509v3 subjectSignTool extention support
2020-02-28  Richard LevitteFix util/mktar.sh to use the new VERSION information
2020-02-27  Richard LevitteDeprecate ASN1_sign(), ASN1_verify() and ASN1_digest()
2020-02-27  Richard LevitteTEST: add util/wrap.pl and use it
2020-02-26  Rich SalzUse a wrapper for pod2html
2020-02-22  Richard LevittePROV: add RSA signature implementation
2020-02-21  Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-20  PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20  PauliDeprecate the low level RSA functions.
2020-02-18  Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-18  Richard LevitteTEST: Optionally silence OpenSSL::Test::setup()
2020-02-18  Richard LevitteTEST: Create test specific output directories
2020-02-18  Richard LevitteDOC: Add documentation related to X509_LOOKUPs
2020-02-18  Richard LevitteMake util/find-doc-nits runnable from the build tree
2020-02-17  Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2020-02-17  Dr. David von Oheimbimprove CMP logging according to comments on CMP chunk...
2020-02-17  Dr. David von Oheimbadd internal doc files actually belonging to CMP contri...
2020-02-17  Rich SalzAdd $debug variable and use it
2020-02-15  Richard LevitteDocument OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
2020-02-12  Dr. David von Oheimbfix build for new HTTP client in case OPENSSL_NO_CMP...
2020-02-12  PauliRemove unused OSSL_PARAM_construct_from_text() function.
2020-02-11  Paulidsa: deprecate applications that depend on the low...
2020-02-11  PauliDeprecate the low level DSA functions.
2020-02-10  Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-02-10  Dr. David von Oheimbadd BIO_socket_wait(), BIO_wait(), and BIO_connect_retr...
2020-02-10  Davide GalassiMemory allocator code cleanup
2020-02-07  Dr. Matthias St... RAND_DRBG: add a callback data for entropy and nonce...
2020-02-07  Matt CaswellTemporariy add ASN1_item_verify_ctx() missingcrypto.txt
2020-02-07  Matt CaswellDon't ignore ASN1 when checking for undocumented symbols
2020-02-06  Rich SalzAdd cmd-nits to travis build
2020-02-06  Matt CaswellFix builds with no-dh
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-03  Matt CaswellDon't complain about documented symbols with find-doc...
2020-02-02  Richard LevitteX509: Refactor X509_verify() and X509_REQ_verify()...
2020-01-29  Rich SalzDocument most missing options
2020-01-29  Shane LontisAdd RSA key validation to default provider
2020-01-29  PauliTLS: use EVP for HMAC throughout libssl.
2020-01-29  PauliDeprecate the low level HMAC functions
2020-01-29  PauliDeprecate the low level CMAC functions
2020-01-27  Richard LevitteOpenSSL::Test: bring back the relative paths
2020-01-25  Richard LevitteEVP: Adapt EVP_PKEY Seal and Open for provider keys
2020-01-24  PauliDeprecate the low level DES functions.
2020-01-24  Dmitry BelyavskiyNew functions for PKCS8 attributes management - documen...
2020-01-24  Dmitry BelyavskiyNew functions for PKCS8 attributes management
2020-01-23  Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-23  Shane LontisRe-remove TS_VERIFY_CTX_set_certs entry from missingcry...
2020-01-22  Rich SalzFix some missing doc links.
2020-01-22  Matt CaswellIntroduce SSL_CTX_new_with_libex()
2020-01-20  Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-19  PauliDeprecate the low level IDEA functions.
2020-01-19  PauliTODO: undo md5.h and sha.h changes temporarily
2020-01-19  PauliDeprecate the low level MD5 functions.
2020-01-19  PauliDeprecate the low level SHA functions.
2020-01-17  Richard LevitteDOC: New file for EVP_PKEY_size(), EVP_PKEY_bits()...
2020-01-17  Paul YangAdd duplication APIs to ASN1_TIME and related types
2020-01-16  Paul YangAdd doc for TS_VERIFY_CTX_set_certs()
2020-01-15  PauliDeprecate the low level RC5 functions
2020-01-15  PauliDeprecate the low level RC4 functions
2020-01-15  PauliDeprecate the low level RC2 functions
2020-01-15  PauliDeprecate the low level SEED functions
2020-01-15  Shane LontisAdd FIPS Self test kats for digests
2020-01-13  Rich SalzRefactor the tls/dlts version options
2020-01-13  Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13  Matt CaswellDeprecate Low Level Camellia APIs
2020-01-13  Dr. David von Oheimbmake find-doc-nits report function typedef w/ space...
2020-01-13  Dr. David von Oheimbhandle new findings of find-doc-nits for certain typedefs
2020-01-13  Dr. David von Oheimbimprove 'typedef' patterns of find-doc-nits
2020-01-12  PauliDeprecate the low level Whirlpool functions.
next