aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove duplicate entryv2.5.5OPENBSD_6_1Brent Cook2017-07-091-6/+1
|
* Updated changelogBrent Cook2017-07-091-0/+15
|
* use GNUInstallDirs from cmake to specify install paths.d3x0r2017-07-079-15/+16
| | | | Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
* Fix CMake module include pathMatt Stancliff2017-07-071-1/+1
| | | | | Need to search the current directory, not the overall project root directory if this is being included as a sub-dependency of another project.
* Remove misleading CFLAGS / LDFLAGS.Paul Graham2017-07-071-2/+0
| | | | | | | | These variables were being ignored because libtool doesn't pass -static-libgcc to GCC. If you want to link libgcc statically, currently the only way to achieve this is to manually add -static-libgcc to CC variable. See: http://www.mingw.org/wiki/HOWTO_Sneak_GCC_Switches_Past_Libtool
* re-add getpagesize fallback, needed for AndroidBrent Cook2017-06-111-2/+8
|
* remove OPENSSL_ia32cap_P from crypto.sym when generatedv2.5.4Brent Cook2017-04-301-1/+1
|
* add 2.5.4 changelogBrent Cook2017-04-301-0/+22
|
* include amd64 in the mixBrent Cook2017-04-291-0/+1
|
* only include ia32 syms on i?86/x86_64 targetsBrent Cook2017-04-291-0/+8
|
* add nc(1) manpage to install if enabledBrent Cook2017-04-192-1/+2
|
* Fix pkg-config metadata for libcryptoSteven McDonald2017-04-191-2/+2
| | | | | It looks like this was copied and pasted from libssl.pc.in. This patch identifies it as libcrypto rather than libssl.
* move crypto_portable.sym to builddirBrent Cook2017-04-112-3/+6
|
* update manpage linksv2.5.3Brent Cook2017-04-081-2/+49
|
* update changelog for stable releaseBrent Cook2017-04-061-1/+5
|
* track OPENBSD_6_1Brent Cook2017-04-031-1/+1
|
* tag OpenBSD 6.1 releaseBrent Cook2017-04-031-0/+2
|
* condense and refine changelog a bitv2.5.2Brent Cook2017-03-251-18/+9
|
* update changelog for 2.5.2Brent Cook2017-03-251-2/+37
|
* rebase netcat patchBrent Cook2017-03-251-15/+15
|
* Add regress tls_prfkinichiro2017-03-173-0/+11
|
* Add regress servertestkinichiro2017-03-174-0/+46
|
* add getpagesize check for cmakeBrent Cook2017-03-161-0/+5
|
* remove sysconf fallback for nowBrent Cook2017-03-161-8/+2
|
* Land #297, Add recallocarrayBrent Cook2017-03-168-2/+53
|\
| * Add support for getpagesizekinichiro2017-03-156-1/+33
| |
| * Add recallocarraykinichiro2017-03-095-1/+20
| |
* | Land #287, document steps to enable 64-bit time_t on mingw-w64 toolchainBrent Cook2017-03-162-1/+27
|\ \
| * | Remove "exit 1" (added by mistake)Paul Graham2017-02-181-2/+0
| | |
| * | Document 32-bit time_t problem on minw-w64 toolchain and how to avoid itPaul Graham2017-02-152-1/+29
| | |
* | | Land #288, update conditions under which getentropy, arc4random* are exportedBrent Cook2017-03-162-13/+6
|\ \ \ | |_|/ |/| |
| * | Fix condition of arc4random* and getentropy for Cygwin buildkinichiro2017-02-202-13/+6
| |/ | | | | | | | | - Fix the condition of exporting getentropy - Modify the CMake condition of including arc4random_uniform as same as autoconf
* | Add ssl/t1_hash.ckinichiro2017-03-082-0/+2
| |
* | Add crypto/evp/m_md5_sha1.ckinichiro2017-03-052-0/+2
|/
* Add definition of ssize_t to tls.h for Windowskinichiro2017-02-131-0/+32
|
* ignore mandoc db, compat filesBrent Cook2017-02-071-1/+3
|
* Fix patch for netcat.ckinichiro2017-02-071-22/+22
|
* update Changelogv2.5.1Brent Cook2017-01-311-1/+35
|
* Fix SYSerr and BIOerr in b_win.ckinichiro2017-02-011-2/+2
|
* Land #269, copy more files from libc rather than checking inBrent Cook2017-01-286-596/+6
|\
| * Copy libc compat files rather than adding into the repositorykinichiro2017-01-286-596/+6
| | | | | | | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/
* | Move S_IRGRP and S_IROTH from fcntl.h to sys/stat.hkinichiro2017-01-282-8/+9
|/ | | | | | - S_IRGRP and S_IROTH should be defined in sys/stat.h rather than fcntl.h - Old MinGW64 on Ubuntu 14.04 appears not to have S_IRGRP and S_IROTH - MinGW64 has __WIN32 defined but does not have _MSC_VER defined
* skip building ocspcheck on MSCVBrent Cook2017-01-271-0/+4
|
* update manpage linksBrent Cook2017-01-271-93/+143
|
* update for death of s23*Brent Cook2017-01-272-18/+12
|
* update for improved libtls manpage organizationBrent Cook2017-01-271-11/+6
|
* Copy openbsd library file every time rather than statically checking inkinichiro2017-01-273-267/+0
|
* Add S_IRGRP and S_IROTH to include/compat/fcntl.h for ocspcheckkinichiro2017-01-261-0/+8
|
* Add STDOUT_FILENO to include/compat/unistd.hkinichiro2017-01-261-0/+1
|
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-268-2/+300
|