summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2019-02-26Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte
2019-02-18util/find-docs-nits: Recognise SPARSE_ARRAY_OFRichard Levitte
2019-02-18util/find-docs-nits: Extend to handle internal documentationRichard Levitte
2019-02-18generated filesPauli
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2019-02-13Added new EVP/KDF API.David Makepeace
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-04Fix Invalid Argument return code from IP_Factory in connect_to_server().Matthias Kraft
2019-01-30Document and add macros for additional DSA optionsDavid Benjamin
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2019-01-27add an additional async notification communication method based on callbackPing Yu
2019-01-22Build: Change all _NO_INST to use attributes instead.Richard Levitte
2019-01-21Rework building: adapt some scriptsRichard Levitte
2019-01-21Rework building: VMS changes to handle extensions and product namesRichard Levitte
2019-01-21Rework building: initial changesRichard Levitte
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2018-12-21util/process_docs.pl: handle multiple source directories correctlyRichard Levitte
2018-12-13Ignore duplicated undocumented thingsRich Salz
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-11util/mkdef.pl: Remove a ';' that snuck inRichard Levitte
2018-12-11Configuration: $config{shlib_version_number} -> $config{shlib_version}Richard Levitte
2018-12-10VMS: fix library compatibility settings in util/mkdef.plRichard Levitte
2018-12-07Remove all NOEXIST symbols from ordinals filesRichard Levitte
2018-12-07make updateRichard Levitte
2018-12-07util/perl/OpenSSL/Ordinals.pm: introduce a base versionRichard Levitte
2018-12-07util/perl/OpenSSL/Ordinals.pm: use OpenSSL::Util::cmp_versionsRichard Levitte
2018-12-07util/perl/OpenSSL/Ordinals.pm: shift to dotted versions internallyRichard Levitte
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in util/, tools/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06util/find-doc-nits: allow #undefRichard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-12-06util/mkdef.pl: prepare for DEPRECATEDIN_XRichard Levitte
2018-12-03Docs: better deprecation textRichard Levitte
2018-12-03util/process_docs.pl: handle multiple source directories for .pod filesRichard Levitte
2018-11-24Have util/mktar.sh display the absolute path to the tarballRichard Levitte
2018-11-24Document the removed 'dist' targetRichard Levitte
2018-11-23Change tarball making procedureRichard Levitte
2018-11-15Making SRP_user_pwd functions publicAntoine Salon
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon
2018-11-15Add SSL_CTX_set_tmp_ecdh.podAntoine Salon
2018-11-15SSL extra chain certificates docAntoine Salon
2018-11-14Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte
2018-11-14Fix rpath-related Linux "test_shlibload" failure.Richard Levitte
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse