summaryrefslogtreecommitdiff
path: root/Configurations
Commit message (Expand)AuthorAgeFilesLines
* Support multibin to allow multiple binary models to co-exist.Randall S. Becker2022-12-223-24/+49
* 19607 No need to link explicitly with libpthread on SolarisDarren J Moffat2022-12-161-8/+1
* Add two new build targets to enable the possibility of using clang-cl asEverton Constantino2022-11-242-1/+36
* Fix more VMS inclusionsRichard Levitte2022-11-181-6/+13
* Configurations/*.tmpl: overhaul assembler make rules.Richard Levitte2022-11-044-34/+15
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-181-0/+11
* Add brotli compression support (RFC7924)Todd Short2022-10-181-6/+35
* Add LoongArch64 cpuid and OPENSSL_loongarchcap_Pzhuchen2022-10-121-0/+1
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-5/+5
* VMS: For executables, process the use of /INCLUDE=main a bit differentlyRichard Levitte2022-10-061-8/+11
* VMS: use selective search when linking with shareable imagesRichard Levitte2022-10-041-31/+42
* Configurations: mips64*-linux-*abin32 needs bn_ops SIXTY_FOUR_BITAdam Joseph2022-10-031-1/+1
* Makefile: Add check-format target, operating on all .c sources and crypto+ssl...Dr. David von Oheimb2022-09-301-0/+5
* Makefile: Exclude dummy header asn1_mac.h from CRYPTOHEADERSDr. David von Oheimb2022-09-301-1/+2
* Makefile: Update but disable 'lint' target, using splint with some quirksDr. David von Oheimb2022-09-301-1/+4
* Makefile: Add SRCS list of all .c (and any .cc and .cpp) filesDr. David von Oheimb2022-09-301-0/+8
* djgpp: Inherit config from BASE_unixJ.W. Jagersma2022-09-291-0/+1
* Configurations/descrip.mms.tmpl: Add another inclusion hackRichard Levitte2022-09-281-0/+16
* Revert (most of) "Makefile: Generate crypto objects only as far as needed"Dr. David von Oheimb2022-09-131-33/+13
* Add linux32-riscv32/BSD-riscv32 targetHongren (Zenithal) Zheng2022-09-051-2/+14
* Makefile: Generate crypto objects only as far as neededDr. David von Oheimb2022-08-231-10/+33
* Makefile: Call mknum.pl on 'make ordinals' only if neededDr. David von Oheimb2022-08-231-1/+4
* Add BSD-armv4 target based on linux-armv4Piotr Kubaj2022-08-221-0/+37
* Fix quotes install_fips in Configurations/windows-makefile.tmplRichard Levitte2022-07-281-2/+2
* Configurations/10-main.conf: In the VC-common target, unquote $(CC)Richard Levitte2022-07-261-2/+2
* Windows: use the basename of the product (.dll) for definition filesRichard Levitte2022-07-081-1/+1
* Remove debug and other outdated build targets.Daniel Fiala2022-06-161-94/+0
* Add OSSL_QUIC methods to headers and manual pagesTomas Mraz2022-06-031-0/+1
* Configurations/gentemplate.pm: Generate generators too, when necessaryRichard Levitte2022-05-271-0/+4
* Remove include/openssl/configuration.h from mandatory dependenciesRichard Levitte2022-05-253-0/+3
* Add riscv64 asm_arch to BSD-riscv64 targetHongren (Zenithal) Zheng2022-05-251-0/+1
* Building: For the FIPS module checksum, keep track of configuration,hRichard Levitte2022-05-221-2/+5
* Prepare NonStop for fixed-size integer types.Randall S. Becker2022-05-191-4/+2
* mkdef.pl: Add cmd-line flag to differentiate shared libs and DSO.Daniel Fiala2022-05-133-3/+3
* Add quotes around perl scriptsKeith W. Campbell2022-05-111-4/+4
* Add riscv64 asm_arch to linux64-riscv64 targetHenry Brausen2022-05-111-0/+1
* Add -static-libgcc to solaris-sparcv7-gcc shared_ldflagTodd C. Miller2022-04-051-1/+1
* Fix AIX build when no-shared is passed to Configure.Todd C. Miller2022-04-051-1/+1
* Add loongarch64 targetShi Pujin2022-04-041-0/+7
* android-x86 target: Add -latomicMarcel Raad2022-03-091-0/+1
* Rework dependencies between config files and build filesRichard Levitte2022-03-043-10/+41
* VMS: copy prologue/epilogue headers when header files are generatedRichard Levitte2022-02-251-1/+60
* Fix copyrightsTodd Short2022-02-031-1/+1
* Include the modules directory in openssl.pcRichard Levitte2022-01-281-0/+1
* `make clean` should clean up fips provider shared object.Todd Short2022-01-241-1/+1
* Add support for BSD-riscv64 targetPiotr Kubaj2021-12-221-0/+7
* Fix VMS installation - Override the openssl logical name in descrip.mms.tmplRichard Levitte2021-12-141-3/+8
* Fix VMS installation - Define the logical name OSSL$MODULESRichard Levitte2021-12-141-6/+6
* Fix VMS installation - consistent program names with version infoRichard Levitte2021-12-141-1/+1
* Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj2021-12-091-0/+25