Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / util / perl / OpenSSL / config.pm
10 days ago Richard LevitteCopyright year updates
2024-02-05 Prashanth SwaminathanAdd support in configuration for android-riscv64
2023-12-04 Michael OsipovFix detection on HP-UX (IA64)
2023-11-28 Xi RuoyaoDo not define L_ENDIAN (for now) when we guessed linux6...
2023-11-23 Richard LevitteAdapt C compiler detection for VSI C on x86_64
2023-09-07 Matt CaswellCopyright year updates
2023-08-04 Samuel ThibaultAdd hurd-x86_64 support
2023-08-01 Xi RuoyaoAdd system guessing for linux64-loongarch64 target
2023-05-19 Richard LevitteUpdate VMS configurations
2023-01-20 David CarlierAdding a separated build settings for BSD flavors
2022-09-29 Richard LevitteOpenSSL::config: Fix trivial bugs
2022-09-29 Richard LevitteOpenSSL::config: Fix VMS guesses
2022-09-29 Richard LevitteOpenSSL::config: determine the MSVC target architecture...
2022-08-22 Piotr KubajAdd BSD-armv4 target based on linux-armv4
2022-05-03 Matt CaswellUpdate copyright year
2022-02-15 Todd ShortForce macOS 10.15 or later to be 64-bit
2021-12-21 Piotr KubajAdd support for BSD-riscv64 target
2021-12-09 pkubajAdd support for BSD-ppc, BSD-ppc64 and BSD-ppc64le...
2021-11-26 Allan JudeDetect arm64-*-*bsd and enable assembly optimizations
2021-09-07 Rich SalzUse '[option...]' not '[[ options ]]' in text
2021-08-20 Rich SalzReplace CONFIG_NOWAIT env var with -w option
2021-08-19 Rich SalzSet KERNEL_BITS, add CONFIG_NOWAIT
2021-06-27 Lőrinczy, ZsigmondUpdate config.pm
2021-05-25 Jan Lanafix Solaris OS detection in config.pm
2021-04-27 Andreas SchwabAdd system guessing for linux64-riscv64 target
2021-03-11 Matt CaswellUpdate copyright year
2021-02-23 Richard Levitteutil/perl/OpenSSL/config.pm: Add VMS specific C compile...
2021-02-23 Richard Levitteutil/perl/OpenSSL/config.pm: Fix determine_compiler_set...
2020-12-01 Tim HudsonCorrect system guessing for darwin64-arm64 target
2020-11-06 Matt CaswellCorrect system guessing for solaris64-x86_64-* targets
2020-11-06 Matt CaswellDon't complain about uninitialized values when running...
2020-10-03 Richard LevitteConfiguration: add initial NonStop values in OpenSSL...
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-07-04 Richard Levitteutil/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/
2020-07-04 Richard Levitteutil/perl/OpenSSL/config.pm: move misplaced Windows...
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: refactor guess_system()
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: remove expand() and use...
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: refactor map_guess()
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm, Configure: move check...
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: Rework determining compile...
2020-06-28 Richard LevitteRemove OpenSSL::config::main(), it's not necessary
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: Prefer POSIX::uname()...
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: Don't detect removed direc...
2020-06-28 Rich SalzInitial rewrite of config as a Perl module