index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
NOTES-VMS.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
Don't worry about magic in the Makefile for 3.0
Matt Caswell
1
-1
/
+1
2021-04-19
Fix some TODO(3.0) occurrences in ssl/t1_lib.c
Matt Caswell
2
-17
/
+82
2021-04-19
Detect low-level engine and app method based keys
Tomas Mraz
11
-13
/
+88
2021-04-19
Remove crypt32.lib from C++Builder configuration
Tanzinul Islam
1
-1
/
+1
2021-04-19
Link with uplink module
Tanzinul Islam
4
-3
/
+25
2021-04-19
Link with .def files
Tanzinul Islam
4
-9
/
+30
2021-04-19
Generate dependency information
Tanzinul Islam
5
-11
/
+23
2021-04-19
Avoid more MSVC-specific C runtime library functions
Tanzinul Islam
6
-6
/
+8
2021-04-19
Build resource files
Tanzinul Islam
6
-15
/
+32
2021-04-19
Support DLL builds + Fix C RTL variants
Tanzinul Islam
5
-23
/
+42
2021-04-19
Ensure cw32mt.lib and import32.lib are linked to in no-sock mode
Tanzinul Islam
1
-3
/
+2
2021-04-19
Document C++Builder usage in NOTES-WINDOWS.md
Tanzinul Islam
1
-0
/
+28
2021-04-19
Replace "ld_wildcard_args" with "bin_lflags"
Tanzinul Islam
3
-8
/
+8
2021-04-19
Add explanation + bugtracker link for quoted dependency workarounds
Tanzinul Islam
1
-0
/
+4
2021-04-19
Use cmd.exe to export env vars before commands
Tanzinul Islam
1
-11
/
+4
2021-04-19
Resurrect and modernize C++Builder config
Tanzinul Islam
4
-2
/
+41
2021-04-19
Avoid redirection to quoted filename
Tanzinul Islam
1
-1
/
+1
2021-04-19
Generalize link rule in windows-makefile.tmpl
Tanzinul Islam
2
-14
/
+13
2021-04-19
Ensure at least one command if no dependencies
Tanzinul Islam
1
-1
/
+5
2021-04-19
Avoid quoting dependency filepaths in build tree
Tanzinul Islam
1
-3
/
+8
2021-04-19
Generalize delimiter in archiver response file
Tanzinul Islam
2
-1
/
+2
2021-04-19
Avoid space between "-I" and include directory
Tanzinul Islam
1
-4
/
+4
2021-04-19
Move VS Tools configuration to VC-common target
Tanzinul Islam
2
-7
/
+6
2021-04-19
Avoid "&&" in windows-makefile.tmpl
Tanzinul Islam
1
-6
/
+9
2021-04-19
Add test for the IV handling of DES based ciphers
Tomas Mraz
1
-2
/
+110
2021-04-19
Do IV reset also for DES and 3DES implementations
Tomas Mraz
2
-0
/
+9
2021-04-19
Change the default MANSUFFIX
Matt Caswell
2
-2
/
+6
2021-04-19
Add DHX FIPS 186-4 domain parameter validation example
Tomas Mraz
2
-11
/
+53
2021-04-18
CORE: pre-populate the namemap with legacy OIDs too
Richard Levitte
1
-3
/
+56
2021-04-18
TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdname
Richard Levitte
1
-1
/
+1
2021-04-18
CORE: Register all legacy "names" when generating the initial namemap
Richard Levitte
1
-18
/
+18
2021-04-18
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
13
-60
/
+76
2021-04-18
TEST: Modify how the retrieved digest name for SM2 digestsign is checked
Richard Levitte
1
-17
/
+36
2021-04-18
TEST: Modify testutil's run_tests to display NOSUBTEST cases individually
Richard Levitte
1
-23
/
+36
2021-04-18
TEST: Modify test/evp_fetch_prov_test.c to also fetch by OID
Richard Levitte
1
-54
/
+178
2021-04-18
PROV: Add OIDs we know to all provider applicable algorithms
Richard Levitte
6
-411
/
+716
2021-04-18
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
57
-112
/
+286
2021-04-18
Standard style for all EVP_xxx_free routines
Rich Salz
10
-88
/
+93
2021-04-18
Fix typo in aesccm.c
Nan Xiao
1
-1
/
+1
2021-04-17
apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...
Dr. David von Oheimb
1
-10
/
+10
2021-04-17
OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errors
Dr. David von Oheimb
1
-3
/
+4
2021-04-17
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
11
-36
/
+36
2021-04-16
Sanity check provider up-calls
Matt Caswell
3
-60
/
+57
2021-04-16
Store some FIPS global variables in the FIPS_GLOBAL structure
Matt Caswell
12
-115
/
+171
2021-04-16
lifecycle: update master lifecycle transition spreadsheet fixing the ettable ...
Pauli
1
-0
/
+0
2021-04-16
lifecycle: correct [sg]ettable to [sg]et
Pauli
1
-4
/
+4
2021-04-16
demos: Add clean target for bio/Makefile
Nan Xiao
1
-0
/
+3
2021-04-16
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
18
-8
/
+49
2021-04-16
SipHash: Fix CTRL API for the digest size.
Pauli
2
-1
/
+15
2021-04-15
Github workflows: re-implement a no-shared build
Richard Levitte
1
-0
/
+14
[next]