aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
11 daysAdd configuration option to allow the FIPS provider to use the jitter source ...Pauli1-1/+9
2024-08-21Add debuginfo build targetNeil Horman1-0/+1
2024-08-15fips: allow to customize provider vendor nameDimitri John Ledkov1-0/+5
2024-08-09Add "no-fips-post" configure option.slontis1-1/+2
2024-07-31JITTER: implement error handling from jitter libraryDimitri John Ledkov1-5/+4
2024-07-31JITTER: excercise all tests in CI with JITTER seed source under certain build...Dimitri John Ledkov1-0/+5
2024-07-31jitter: add a new provider containing a jitter entropy source aloneDimitri John Ledkov1-0/+10
2024-07-03Configure: Remove -Wswitch-default from strict warningsTomas Mraz1-2/+1
2024-06-28Add aix-clang and aix64-clang configurationsanumesh1-1/+1
2024-06-15Configure: make absolutedir() use rel2abs() on Windows tooRichard Levitte1-0/+7
2024-05-24rand: remove unimplemented librandom stub codeDimitri John Ledkov1-1/+1
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan1-0/+1
2024-05-06Security hardening: Expose Build flags for Position Independed Execution (PIE)Craig Lorentzen1-0/+6
2024-04-12disable http3 demo on windowsNeil Horman1-0/+4
2024-04-12fix all the warnings in our demos and make them enableableNeil Horman1-0/+4
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-03-06Enable qlog support by defaultHugo Landau1-16/+0
2024-02-08Configure: Fix ordering bug when processing split DEPENDsRichard Levitte1-2/+3
2024-02-02QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau1-2/+2
2024-02-02Configure: Add warning when enabling QLOGHugo Landau1-0/+15
2024-02-02QLOG: ConfigurationHugo Landau1-0/+7
2024-02-01Add atexit configuration option to using atexit() in libcrypto at build-time.Randall S. Becker1-1/+2
2024-01-08Fail the Configure script with no ConfigurationsWill Sackfield1-0/+6
2023-12-07Configure: Refuse to make directories in the source treeRichard Levitte1-16/+18
2023-11-15Configure: do not check for an absolute prefix in cross-buildsViktor Szakats1-2/+5
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-25ch_init(): Add braces to appease older clang compilersTomas Mraz1-0/+1
2023-08-24Optimize SM2 on aarch64Xu Yizhou1-0/+1
2023-07-17no-module should not imply disabling DSO loading supportTomas Mraz1-4/+1
2023-07-06Disable QUIC if TLSv1.3 is disabledMatt Caswell1-0/+1
2023-07-06Enable QUIC by defaultMatt Caswell1-3/+1
2023-06-28add no-docs optionVladimír Kotal1-0/+1
2023-06-23Allow to disable apps building with no-appsVladimír Kotal1-0/+1
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li1-1/+2
2023-06-08build.info: Introduce special syntax for dependencies on script modulesRichard Levitte1-8/+39
2023-06-06allow to disable httpVladimír Kotal1-1/+4
2023-04-25Added ability to pass additional ASFLAGS to ConfigureMathias Berchtold1-0/+1
2023-03-20Fix Configure test for -mips in CFLAGSMike Gilbert1-1/+1
2023-03-17providers: add Argon2 KDFČestmír Kalina1-0/+3
2023-02-01Use $config{build_file} instead of $target{build_file}Richard Levitte1-4/+4
2023-01-13QUIC: Dummy Handshake Layer for PrototypingHugo Landau1-1/+2
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short1-1/+1
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short1-1/+18
2022-10-18Add brotli compression support (RFC7924)Todd Short1-3/+20
2022-10-17crypto: add preemptive threading supportČestmír Kalina1-16/+3
2022-10-17Configure: add thread-pool and default-thread-poolČestmír Kalina1-1/+23
2022-09-19Fix detection of ktls support in cross-compile environment on LinuxTomas Mraz1-10/+3
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau1-0/+7
2022-08-23Always automatically add -DPEDANTIC with enable-ubsanTomas Mraz1-3/+1
2022-07-24Don't try to make configuration leanerRichard Levitte1-52/+12