summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto
AgeCommit message (Collapse)AuthorFilesLines
2023-07-06Release version 1.1.1+21HEADv1.1.1+21masterKaren Arutyunov4-237/+5
Upgrade to 1.1.1u. That in particular fixes CVE-2023-0464 CVE-2023-0465 CVE-2023-0466 CVE-2023-2650. Update .gitignore files
2023-02-13Release version 1.1.1+19v1.1.1+19Karen Arutyunov1-8/+0
Upgrade to 1.1.1t That in particular fixes CVE-2022-2097 CVE-2022-4304 CVE-2022-4450 CVE-2023-0215 CVE-2023-0286.
2022-10-11Release version 1.1.1+18v1.1.1+18Karen Arutyunov4-4/+237
Add support for arm64 architecture for Linux. Fix link order so that libraries are linked after all object files. Exclude wasm class from builds.
2022-08-12Release version 1.1.1+17v1.1.1+17Karen Arutyunov1-0/+8
Fix 'elliptic curve routines:EC_POINT_set_affine_coordinates:point is not on curve' error.
2021-10-21Release version 1.1.1+15v1.1.1+15Karen Arutyunov8-14/+261
Upgrade to 1.1.1l Add support for arm64 architecture for MacOS Cleanup comments in headers
2020-12-14Release version 1.1.1+12v1.1.1+12Karen Arutyunov12-11/+65
Upgrade to 1.1.1i Add symlink attribute for symbolic links that refer to upstream subdirectories Make the .map and .def files prerequisites of the libs type target Canonicalize the license in the package manifests Load the c.config module rather than c in openssl/tests/build/root.build
2020-05-02Release version 1.1.1+11v1.1.1+11Karen Arutyunov42-111/+125
Upgrade to 1.1.1g
2020-02-28Add .gitattributes fileKaren Arutyunov7-4874/+4874
2020-02-15Release version 1.1.1+10v1.1.1+10Karen Arutyunov7-10/+6
Drop copyright notice from source code Use adhoc value for {libcrypto,libssl}.map prerequisite-specific variable include
2020-01-21Release version 1.1.1+9v1.1.1+9Karen Arutyunov4-81/+76
Enable zlib usage Don't define default directory paths Fix 'sslv3 alert bad record mac' failure for some libcrypto function calls
2019-12-02Release version 1.1.1+7v1.1.1+7Karen Arutyunov1-80/+76
Use switch in buildfile Use variable block for targets with prerequisites
2019-11-26Release version 1.1.1+6v1.1.1+6Karen Arutyunov2-1/+20
Upgrade to 1.1.1d
2019-10-08Release version 1.1.1+5v1.1.1+5Karen Arutyunov1-7/+8
Adapt for building with Clang on Windows
2019-07-04Release version 1.1.1+4v1.1.1+4Karen Arutyunov10-4427/+4414
Upgrade to 1.1.1c.
2019-06-22Release version 1.1.1+3v1.1.1+3Karen Arutyunov1-4/+6
Bump toolchain version dependency to 0.11.0 in manifest. Switch to topics from tags in manifest. Add upstream-version value to manifest. Disable 'object file does not define any public symbols' lib.exe warning.
2019-05-15Release version 1.1.1+2v1.1.1Karen Arutyunov1-1/+0
Minor buildfiles cleanup
2019-03-05Drop usage of def prerequisite-specific include variable in buildfilesKaren Arutyunov1-7/+11
2019-03-01Make use of '\n' regex substitution escape sequence in libcrypto buildfileKaren Arutyunov1-7/+1
2019-02-28Add implementationKaren Arutyunov44-0/+11163