aboutsummaryrefslogtreecommitdiff
path: root/crypto/cversion.c
AgeCommit message (Collapse)AuthorFilesLines
2015-11-15Explicit OpenSSL_version_num() implementation prototypeViktor Dukhovni1-1/+1
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz1-11/+11
All instances of SSLeay (any combination of case) were replaced with the case-equivalent OpenSSL. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-37/+32
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-10Make build reproducibleKurt Roeckx1-0/+4
It contained a date on when it was build. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-08Fix build failure on Windows due to undefined cflags identifierMatt Caswell1-1/+1
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-19Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell1-12/+3
is run with --strict-warnings. Reviewed-by: Richard Levitte <levitte@openssl.org>
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-3/+0
tree. This further reduces header interdependencies, and makes some associated cleanups.
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-3/+5
Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
2001-01-10Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller1-0/+8
Add '-d' option for 'openssl version' (included in '-a').
1999-07-29Always use buildinf.h, which now includes the mk1mfinf.h data.Bodo Möller1-5/+1
Using different files caused problems because the dependencies in the Makefiles produced by mk1mf.pl were for the standard case, i.e. mentioned buildinf.h and not mk1mfinf.h.
1999-07-27Use correct CFLAG definition for makefile.one builds.Bodo Möller1-1/+6
1999-07-21avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1-1/+1
use new file buildinf.h instead.
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1-1/+1
a pain to read when using 4-space tabs.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller1-3/+2
1999-04-17Massive constification.Ben Laurie1-1/+1
1999-03-22Fix security hole.Ben Laurie1-1/+1
1999-03-08Make `openssl version' output lines consistent.Ralf S. Engelschall1-9/+9
1998-12-31Fix version stuff:Ralf S. Engelschall1-1/+1
1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ----------------------------------------------------------------------
1998-12-23*** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1-1/+1
1998-12-23Switch version string to SSLeay/OpenSSLRalf S. Engelschall1-1/+1
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+12
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+99