summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in util/, tools/Richard Levitte2018-12-0637-42/+42
* Refactor the computation of API version limitsRichard Levitte2018-12-061-16/+3
* util/find-doc-nits: allow #undefRichard Levitte2018-12-061-1/+1
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-066-77/+56
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-061-16/+16
* util/mkdef.pl: prepare for DEPRECATEDIN_XRichard Levitte2018-12-062-5/+8
* Docs: better deprecation textRichard Levitte2018-12-031-0/+1
* util/process_docs.pl: handle multiple source directories for .pod filesRichard Levitte2018-12-031-7/+9
* Have util/mktar.sh display the absolute path to the tarballRichard Levitte2018-11-241-1/+4
* Document the removed 'dist' targetRichard Levitte2018-11-241-0/+6
* Change tarball making procedureRichard Levitte2018-11-231-0/+27
* Making SRP_user_pwd functions publicAntoine Salon2018-11-151-0/+4
* Added SRP_VBASE_add0_user()Antoine Salon2018-11-151-0/+1
* Add SSL_CTX_set_tmp_ecdh.podAntoine Salon2018-11-151-0/+4
* SSL extra chain certificates docAntoine Salon2018-11-151-0/+2
* Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte2018-11-141-1/+1
* Fix rpath-related Linux "test_shlibload" failure.Richard Levitte2018-11-141-9/+19
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-122-0/+4
* Add EVP_PKEY_supports_digest_nid()David Woodhouse2018-11-101-0/+1
* util/add-depends.pl: go through shared_sources tooRichard Levitte2018-11-071-2/+4
* Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()Richard Levitte2018-10-291-0/+2
* Add EVP_MAC APIRichard Levitte2018-10-292-0/+23
* s390x assembly pack: add OPENSSL_s390xcap man page.Patrick Steuer2018-10-171-0/+1
* Deprecate ECDH_KDF_X9_62()Antoine Salon2018-10-171-1/+1
* EVP module documentation passAntoine Salon2018-10-171-2/+37
* crypto/rand: fix some style nit'sFdaSilvaYY2018-10-101-0/+4
* mkdef: bsd-gcc uses solaris symbol version scriptsBenjamin Kaduk2018-10-091-0/+1
* util/mkdef.pl: for VMS, allow generation of case insensitive symbol vectorRichard Levitte2018-10-051-30/+53
* Change the build of engines to use ordinal files for symbol exportRichard Levitte2018-10-051-0/+2
* util/mkdef.pl: Produce version scripts from unversioned symbolsRichard Levitte2018-10-051-18/+33
* Refactor util/mknum.pl for clearer separation of functionalityRichard Levitte2018-10-041-1345/+111
* Add code to manipulate the items in OpenSSL::OrdinalsRichard Levitte2018-10-041-35/+545
* A perl module to parse through C headersRichard Levitte2018-10-041-0/+1129
* Move ZLIB from 'platforms' to 'features'Richard Levitte2018-10-033-9/+8
* Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte2018-10-032-1535/+1649
* Add a perl module that deals with ordinals filesRichard Levitte2018-10-031-0/+436
* Refactor linker script generationRichard Levitte2018-10-011-3/+4
* Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte2018-09-302-11/+1
* Document OPENSSL_VERSION_TEXT macroDaniel Bevenius2018-09-241-0/+1
* util/mkdef.pl, util/add-depends.pl: don't lowercase file namesRichard Levitte2018-09-202-4/+4
* minor fixes for WindowsViktor Szakats2018-09-121-1/+1
* Update copyright yearMatt Caswell2018-09-112-2/+2
* Support setting SM2 IDPaul Yang2018-09-071-0/+3
* Support pmeth->digest_customPaul Yang2018-09-071-0/+2
* Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang2018-09-071-0/+1
* Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte2018-09-031-2/+2
* add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer2018-09-031-0/+2
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-201-0/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-1/+1
* crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov2018-08-171-2/+0