summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-19 16:15:13 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-19 16:15:13 +0000
commit2affbab9fcf9b8374fb334f4572338167b6a8ac9 (patch)
tree7c2bbb9c3c1c187394badca638559e1f2f32c1ce /CHANGES
parentcf1b7d96647d55e533f779e476e3d4371f40445a (diff)
I forgot to document the system identification macros
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0259485dbe..fb4c5d2542 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,12 @@
with "OPENSSL_" to avoid conflicts with other packages and by making
sure e_os2.h will cover all platform-specific cases together with
opensslconf.h.
+ Additionally, it is now possible to define configuration/platform-
+ specific names (called "system identities"). In the C code, these
+ are prefixed with "OPENSSL_SYSNAME_". e_os2.h will create another
+ macro with the name beginning with "OPENSSL_SYS_", which is determined
+ from "OPENSSL_SYSNAME_*" or compiler-specific macros depending on
+ what is available.
[Richard Levitte]
*) New option -set_serial to 'req' and 'x509' this allows the serial