summaryrefslogtreecommitdiffstats
path: root/NOTES-VMS.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-19Don't worry about magic in the Makefile for 3.0Matt Caswell1-1/+1
2021-04-19Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell2-17/+82
2021-04-19Detect low-level engine and app method based keysTomas Mraz11-13/+88
2021-04-19Remove crypt32.lib from C++Builder configurationTanzinul Islam1-1/+1
2021-04-19Link with uplink moduleTanzinul Islam4-3/+25
2021-04-19Link with .def filesTanzinul Islam4-9/+30
2021-04-19Generate dependency informationTanzinul Islam5-11/+23
2021-04-19Avoid more MSVC-specific C runtime library functionsTanzinul Islam6-6/+8
2021-04-19Build resource filesTanzinul Islam6-15/+32
2021-04-19Support DLL builds + Fix C RTL variantsTanzinul Islam5-23/+42
2021-04-19Ensure cw32mt.lib and import32.lib are linked to in no-sock modeTanzinul Islam1-3/+2
2021-04-19Document C++Builder usage in NOTES-WINDOWS.mdTanzinul Islam1-0/+28
2021-04-19Replace "ld_wildcard_args" with "bin_lflags"Tanzinul Islam3-8/+8
2021-04-19Add explanation + bugtracker link for quoted dependency workaroundsTanzinul Islam1-0/+4
2021-04-19Use cmd.exe to export env vars before commandsTanzinul Islam1-11/+4
2021-04-19Resurrect and modernize C++Builder configTanzinul Islam4-2/+41
2021-04-19Avoid redirection to quoted filenameTanzinul Islam1-1/+1
2021-04-19Generalize link rule in windows-makefile.tmplTanzinul Islam2-14/+13
2021-04-19Ensure at least one command if no dependenciesTanzinul Islam1-1/+5
2021-04-19Avoid quoting dependency filepaths in build treeTanzinul Islam1-3/+8
2021-04-19Generalize delimiter in archiver response fileTanzinul Islam2-1/+2
2021-04-19Avoid space between "-I" and include directoryTanzinul Islam1-4/+4
2021-04-19Move VS Tools configuration to VC-common targetTanzinul Islam2-7/+6
2021-04-19Avoid "&&" in windows-makefile.tmplTanzinul Islam1-6/+9
2021-04-19Add test for the IV handling of DES based ciphersTomas Mraz1-2/+110
2021-04-19Do IV reset also for DES and 3DES implementationsTomas Mraz2-0/+9
2021-04-19Change the default MANSUFFIXMatt Caswell2-2/+6
2021-04-19Add DHX FIPS 186-4 domain parameter validation exampleTomas Mraz2-11/+53
2021-04-18CORE: pre-populate the namemap with legacy OIDs tooRichard Levitte1-3/+56
2021-04-18TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdnameRichard Levitte1-1/+1
2021-04-18CORE: Register all legacy "names" when generating the initial namemapRichard Levitte1-18/+18
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte13-60/+76
2021-04-18TEST: Modify how the retrieved digest name for SM2 digestsign is checkedRichard Levitte1-17/+36
2021-04-18TEST: Modify testutil's run_tests to display NOSUBTEST cases individuallyRichard Levitte1-23/+36
2021-04-18TEST: Modify test/evp_fetch_prov_test.c to also fetch by OIDRichard Levitte1-54/+178
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte6-411/+716
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz57-112/+286
2021-04-18Standard style for all EVP_xxx_free routinesRich Salz10-88/+93
2021-04-18Fix typo in aesccm.cNan Xiao1-1/+1
2021-04-17apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb1-10/+10
2021-04-17OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errorsDr. David von Oheimb1-3/+4
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli11-36/+36
2021-04-16Sanity check provider up-callsMatt Caswell3-60/+57
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell12-115/+171
2021-04-16lifecycle: update master lifecycle transition spreadsheet fixing the ettable ...Pauli1-0/+0
2021-04-16lifecycle: correct [sg]ettable to [sg]etPauli1-4/+4
2021-04-16demos: Add clean target for bio/MakefileNan Xiao1-0/+3
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis18-8/+49
2021-04-16SipHash: Fix CTRL API for the digest size.Pauli2-1/+15
2021-04-15Github workflows: re-implement a no-shared buildRichard Levitte1-0/+14