Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2018-11-13Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse
2018-11-07util/add-depends.pl: go through shared_sources tooRichard Levitte
2018-10-29Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()Richard Levitte
2018-10-29Add EVP_MAC APIRichard Levitte
2018-10-17s390x assembly pack: add OPENSSL_s390xcap man page.Patrick Steuer
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon
2018-10-17EVP module documentation passAntoine Salon
2018-10-10crypto/rand: fix some style nit'sFdaSilvaYY
2018-10-09mkdef: bsd-gcc uses solaris symbol version scriptsBenjamin Kaduk
2018-10-05util/mkdef.pl: for VMS, allow generation of case insensitive symbol vectorRichard Levitte
2018-10-05Change the build of engines to use ordinal files for symbol exportRichard Levitte
2018-10-05util/mkdef.pl: Produce version scripts from unversioned symbolsRichard Levitte
2018-10-04Refactor util/mknum.pl for clearer separation of functionalityRichard Levitte
2018-10-04Add code to manipulate the items in OpenSSL::OrdinalsRichard Levitte
2018-10-04A perl module to parse through C headersRichard Levitte
2018-10-03Move ZLIB from 'platforms' to 'features'Richard Levitte
2018-10-03Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte
2018-10-03Add a perl module that deals with ordinals filesRichard Levitte
2018-10-01Refactor linker script generationRichard Levitte
2018-09-30Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-20util/mkdef.pl, util/add-depends.pl: don't lowercase file namesRichard Levitte
2018-09-12minor fixes for WindowsViktor Szakats
2018-09-11Update copyright yearMatt Caswell
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Support pmeth->digest_customPaul Yang
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-08-09Add a test for TLSv1.3 fallbackMatt Caswell
2018-08-08Add a test for unencrypted alertMatt Caswell
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-18Add a test for mismatch between key OID and sig algMatt Caswell
2018-07-11Windows: fix echo for nmakeRichard Levitte
2018-07-10util/dofile.pl: require Text::Template 1.46 or newerRichard Levitte
2018-07-10Make 'with_fallback' use 'use' instead of 'require'Richard Levitte
2018-07-06Introduce the recv_max_early_data settingMatt Caswell
2018-07-02Document the new early data callback and optionMatt Caswell
2018-07-02Add setters to set the early_data callbackMatt Caswell
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-06-22Configure,util/shlib_wrap.sh: harmonize -Wl and -rpath handling.Andy Polyakov
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri
2018-06-20Update copyright yearMatt Caswell
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd