Change version from 0.9.9 to 1.0.0 in docs
authorDr. Stephen Henson <steve@openssl.org>
Wed, 30 Sep 2009 23:43:01 +0000 (23:43 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 30 Sep 2009 23:43:01 +0000 (23:43 +0000)
33 files changed:
doc/apps/ciphers.pod
doc/apps/cms.pod
doc/apps/openssl.pod
doc/apps/smime.pod
doc/crypto/BIO_f_md.pod
doc/crypto/BIO_new_CMS.pod
doc/crypto/BN_BLINDING_new.pod
doc/crypto/CMS_compress.pod
doc/crypto/CMS_encrypt.pod
doc/crypto/CMS_sign.pod
doc/crypto/EVP_DigestSignInit.pod
doc/crypto/EVP_DigestVerifyInit.pod
doc/crypto/EVP_PKEY_CTX_ctrl.pod
doc/crypto/EVP_PKEY_CTX_new.pod
doc/crypto/EVP_PKEY_decrypt.pod
doc/crypto/EVP_PKEY_derive.pod
doc/crypto/EVP_PKEY_encrypt.pod
doc/crypto/EVP_PKEY_get_default_digest.pod
doc/crypto/EVP_PKEY_keygen.pod
doc/crypto/EVP_PKEY_print_private.pod
doc/crypto/EVP_PKEY_sign.pod
doc/crypto/EVP_PKEY_verify.pod
doc/crypto/EVP_PKEY_verifyrecover.pod
doc/crypto/PEM_write_bio_CMS_stream.pod
doc/crypto/PEM_write_bio_PKCS7_stream.pod
doc/crypto/PKCS7_encrypt.pod
doc/crypto/PKCS7_sign.pod
doc/crypto/PKCS7_sign_add_signer.pod
doc/crypto/hmac.pod
doc/crypto/i2d_CMS_bio_stream.pod
doc/crypto/i2d_PKCS7_bio_stream.pod
doc/crypto/lhash.pod
doc/crypto/threads.pod

index 7c6608d67de3b09349221ca3b3c5a96c1fbd3eba..f44aa00a2fdb5ffd5e5979a5641c6bcc10279166 100644 (file)
@@ -110,7 +110,7 @@ The following is a list of all permitted cipher strings and their meanings.
 =item B<DEFAULT>
 
 the default cipher list. This is determined at compile time and, as of OpenSSL
-0.9.9, is normally B<ALL:!aNULL:!eNULL>. This must be the first cipher string
+1.0.0, is normally B<ALL:!aNULL:!eNULL>. This must be the first cipher string
 specified.
 
 =item B<COMPLEMENTOFDEFAULT>
@@ -473,6 +473,6 @@ L<s_client(1)|s_client(1)>, L<s_server(1)|s_server(1)>, L<ssl(3)|ssl(3)>
 
 The B<COMPLENTOFALL> and B<COMPLEMENTOFDEFAULT> selection options
 for cipherlist strings were added in OpenSSL 0.9.7.
-The B<-V> option for the B<ciphers> command was added in OpenSSL 0.9.9.
+The B<-V> option for the B<ciphers> command was added in OpenSSL 1.0.0.
 
 =cut
index d62961a02379fd12a65988f172a3b428a8d03536..a09588a18df45bb8656f1a5da38490d1b8653510 100644 (file)
@@ -596,7 +596,7 @@ No revocation checking is done on the signer's certificate.
 =head1 HISTORY
 
 The use of multiple B<-signer> options and the B<-resign> command were first
-added in OpenSSL 0.9.9
+added in OpenSSL 1.0.0
 
 
 =cut
index 2b83c35b9ee30079b6d820277de84b9223b6fbdc..28903d51248d41303ec756f5461dbc584a6892c5 100644 (file)
@@ -414,7 +414,7 @@ L<crypto(3)|crypto(3)>, L<ssl(3)|ssl(3)>, L<x509v3_config(5)|x509v3_config(5)>
 
 The openssl(1) document appeared in OpenSSL 0.9.2.
 The B<list->I<XXX>B<-commands> pseudo-commands were added in OpenSSL 0.9.3;
-The B<list->I<XXX>B<-algorithms> pseudo-commands were added in OpenSSL 0.9.9;
+The B<list->I<XXX>B<-algorithms> pseudo-commands were added in OpenSSL 1.0.0;
 the B<no->I<XXX> pseudo-commands were added in OpenSSL 0.9.5a.
 For notes on the availability of other commands, see their individual
 manual pages.
index e0258b5648600001ff8b57ba0500b338943c6f03..42c0733bcbceba6dd17f4099fe141b673d546957 100644 (file)
@@ -439,7 +439,7 @@ structures may cause parsing errors.
 =head1 HISTORY
 
 The use of multiple B<-signer> options and the B<-resign> command were first
-added in OpenSSL 0.9.9
+added in OpenSSL 1.0.0
 
 
 =cut
index e49b652a784711eaadf4ff0ec34f9ced410fcd24..2cc41f89d2fda1624b927844356ea31057189ffe 100644 (file)
@@ -58,9 +58,9 @@ If an application needs to call BIO_gets() or BIO_puts() through
 a chain containing digest BIOs then this can be done by prepending
 a buffering BIO.
 
-Before OpenSSL 0.9.9 the call to BIO_get_md_ctx() would only work if the BIO
+Before OpenSSL 1.0.0 the call to BIO_get_md_ctx() would only work if the BIO
 had been initialized for example by calling BIO_set_md() ). In OpenSSL
-0.9.9 and later the context is always returned and the BIO is state is set
+1.0.0 and later the context is always returned and the BIO is state is set
 to initialized. This allows applications to initialize the context externally
 if the standard calls such as BIO_set_md() are not sufficiently flexible.
 
index c5aab9b2aa6857312cd6a2bc720a1a9e85851609..9e3a4b7f89e18052c3ad82d8a21361f1b30314bb 100644 (file)
@@ -61,6 +61,6 @@ L<CMS_encrypt(3)|CMS_encrypt(3)>
 
 =head1 HISTORY
 
-BIO_new_CMS() was added to OpenSSL 0.9.9
+BIO_new_CMS() was added to OpenSSL 1.0.0
 
 =cut
index 5e3fe1d66c54bddf1ed2169b7afc6bd61fb3cff8..5f51fdb470657b847f365c02679aeff132fa1079 100644 (file)
@@ -101,7 +101,7 @@ L<bn(3)|bn(3)>
 
 =head1 HISTORY
 
-BN_BLINDING_thread_id was first introduced in OpenSSL 0.9.9, and it
+BN_BLINDING_thread_id was first introduced in OpenSSL 1.0.0, and it
 deprecates BN_BLINDING_set_thread_id and BN_BLINDING_get_thread_id.
 
 BN_BLINDING_convert_ex, BN_BLINDIND_invert_ex, BN_BLINDING_get_thread_id,
index f017e9f041cf1b6e6cb42090d5a3313e6e3190ec..0a0715271d31da8532a0026052264987d535e82a 100644 (file)
@@ -68,6 +68,6 @@ L<ERR_get_error(3)|ERR_get_error(3)>, L<CMS_uncompress(3)|CMS_uncompress(3)>
 =head1 HISTORY
 
 CMS_compress() was added to OpenSSL 0.9.8
-The B<CMS_STREAM> flag was first supported in OpenSSL 0.9.9.
+The B<CMS_STREAM> flag was first supported in OpenSSL 1.0.0.
 
 =cut
index 8d4975573b02c464dd260af314852a64221cf483..1ee5b275ec82b980888814e356bf84b862cf59c8 100644 (file)
@@ -91,6 +91,6 @@ L<ERR_get_error(3)|ERR_get_error(3)>, L<CMS_decrypt(3)|CMS_decrypt(3)>
 =head1 HISTORY
 
 CMS_decrypt() was added to OpenSSL 0.9.8
-The B<CMS_STREAM> flag was first supported in OpenSSL 0.9.9.
+The B<CMS_STREAM> flag was first supported in OpenSSL 1.0.0.
 
 =cut
index 3fb63f2e315be238cf57f49c6f2441b77590da4a..2cc72de3272038c4bbe92f2a7b23dc9f59caa8e4 100644 (file)
@@ -116,6 +116,6 @@ L<ERR_get_error(3)|ERR_get_error(3)>, L<CMS_verify(3)|CMS_verify(3)>
 CMS_sign() was added to OpenSSL 0.9.8
 
 The B<CMS_STREAM> flag is only supported for detached data in OpenSSL 0.9.8,
-it is supported for embedded data in OpenSSL 0.9.9 and later.
+it is supported for embedded data in OpenSSL 1.0.0 and later.
 
 =cut
index b8a39191e6a467da756e72eeabe3cb69c623737b..37d960e3b229efcd2d38a4966cdecafc64ec92e9 100644 (file)
@@ -82,6 +82,6 @@ L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)>
 =head1 HISTORY
 
 EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal() 
-were first added to OpenSSL 0.9.9.
+were first added to OpenSSL 1.0.0.
 
 =cut
index 56b83b2df2f948676b4dee6392195b49a8ffa27d..f22448897839ba5a09815495c9aa769f474a32f3 100644 (file)
@@ -77,6 +77,6 @@ L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)>
 =head1 HISTORY
 
 EVP_DigestVerifyInit(), EVP_DigestVerifyUpdate() and EVP_DigestVerifyFinal() 
-were first added to OpenSSL 0.9.9.
+were first added to OpenSSL 1.0.0.
 
 =cut
index 37e2b72323d9f129d42446c1fa43b721be068e0a..f2f455990f5404be58b3d70189b0c46153509fe1 100644 (file)
@@ -123,6 +123,6 @@ L<EVP_PKEY_keygen(3)|EVP_PKEY_keygen(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index 7a2f02c1668398becd6b1270b10c3a17b0ec2955..a9af8675801b36b3bdb4be6999b29f8b7b4b320d 100644 (file)
@@ -47,6 +47,6 @@ L<EVP_PKEY_new(3)|EVP_PKEY_new(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index 640dfe7513d5ece238120f74313bdd6f0a646fee..42b2a8c44ed16bd1c204ccba04cac92ade0bc276 100644 (file)
@@ -88,6 +88,6 @@ L<EVP_PKEY_derive(3)|EVP_PKEY_derive(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index 99fa3090ee600910e622bee420b0da5658f0a18e..d9d6d76c7211efb05bed90d5ed9e1cbba032c5c8 100644 (file)
@@ -88,6 +88,6 @@ L<EVP_PKEY_verifyrecover(3)|EVP_PKEY_verifyrecover(3)>,
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index 382762094e9ba9350d3c6ab26b1398a866299df2..91c9c5d0a5d302e9068c9c89bc4e3b116d0af408 100644 (file)
@@ -88,6 +88,6 @@ L<EVP_PKEY_derive(3)|EVP_PKEY_derive(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index 700a04c1784a6f8a7f56b39ca7af57c3f19a404f..1a9c7954c55ab850bda04ece93ae04c20a61493d 100644 (file)
@@ -36,6 +36,6 @@ L<EVP_PKEY_verifyrecover(3)|EVP_PKEY_verifyrecover(3)>,
 
 =head1 HISTORY
 
-This function was first added to OpenSSL 0.9.9.
+This function was first added to OpenSSL 1.0.0.
 
 =cut
index 7330b3c09d2a5bd22a3073f4ecf9c452f8d42d3a..37c6fe95030dc6c7dc1c57ef8e04b170b1c0cd47 100644 (file)
@@ -156,6 +156,6 @@ L<EVP_PKEY_derive(3)|EVP_PKEY_derive(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index b2a8c5a00d206598ebd74093ee7d9f765ea955c5..ce9d70d7a7a06f5636ccd6375a1ed11aa8c73f25 100644 (file)
@@ -48,6 +48,6 @@ L<EVP_PKEY_keygen(3)|EVP_PKEY_keygen(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index feb6c165923ab87e99520db0532e6520895033e0..2fb52c34863f9e084ad968814650ff914a8d572d 100644 (file)
@@ -91,6 +91,6 @@ L<EVP_PKEY_derive(3)|EVP_PKEY_derive(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index d34ae8b3641223b8ea927452f3737b8b34ca06bc..10633da3f23c0a8d9bbf0f806da180b4a970e7a5 100644 (file)
@@ -86,6 +86,6 @@ L<EVP_PKEY_derive(3)|EVP_PKEY_derive(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index ddc24924125aac3efaf20e374930ef3f2185a07f..e2a2a8c6f8d317c82dd1f594edf4dbfd3eab3a02 100644 (file)
@@ -98,6 +98,6 @@ L<EVP_PKEY_derive(3)|EVP_PKEY_derive(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut
index aa7047eab5a07e64111d4196775fe8a63f736bde..e070c45c2e95baf8532418b1e67004cd798e710a 100644 (file)
@@ -36,6 +36,6 @@ L<i2d_CMS_bio_stream(3)|i2d_CMS_bio_stream(3)>
 
 =head1 HISTORY
 
-PEM_write_bio_CMS_stream() was added to OpenSSL 0.9.9
+PEM_write_bio_CMS_stream() was added to OpenSSL 1.0.0
 
 =cut
index afa760831eacf9237d1d54fba757d70512f6f5f7..16fc9b684589ff5f3032f3890b5c345fd980f6f0 100644 (file)
@@ -36,6 +36,6 @@ L<i2d_PKCS7_bio_stream(3)|i2d_PKCS7_bio_stream(3)>
 
 =head1 HISTORY
 
-PEM_write_bio_PKCS7_stream() was added to OpenSSL 0.9.9
+PEM_write_bio_PKCS7_stream() was added to OpenSSL 1.0.0
 
 =cut
index 035220aa162f6346c8d25e9df117cac6082b51ff..2cd925a7e0b6c2e3fb43d0dd91b2d664111d4f93 100644 (file)
@@ -75,6 +75,6 @@ L<ERR_get_error(3)|ERR_get_error(3)>, L<PKCS7_decrypt(3)|PKCS7_decrypt(3)>
 =head1 HISTORY
 
 PKCS7_decrypt() was added to OpenSSL 0.9.5
-The B<PKCS7_STREAM> flag was first supported in OpenSSL 0.9.9.
+The B<PKCS7_STREAM> flag was first supported in OpenSSL 1.0.0.
 
 =cut
index 6f781b192564847a1d4625f5cf7976def70ae585..64a35144f8c92c430a43315c412bb2dfe2bc09a8 100644 (file)
@@ -80,16 +80,16 @@ BIO_new_PKCS7().
 If a signer is specified it will use the default digest for the signing
 algorithm. This is B<SHA1> for both RSA and DSA keys.
 
-In OpenSSL 0.9.9 the B<certs>, B<signcert> and B<pkey> parameters can all be
+In OpenSSL 1.0.0 the B<certs>, B<signcert> and B<pkey> parameters can all be
 B<NULL> if the B<PKCS7_PARTIAL> flag is set. One or more signers can be added
 using the function B<PKCS7_sign_add_signer()>. B<PKCS7_final()> must also be
 called to finalize the structure if streaming is not enabled. Alternative
 signing digests can also be specified using this method.
 
-In OpenSSL 0.9.9 if B<signcert> and B<pkey> are NULL then a certificates only
+In OpenSSL 1.0.0 if B<signcert> and B<pkey> are NULL then a certificates only
 PKCS#7 structure is output.
 
-In versions of OpenSSL before 0.9.9 the B<signcert> and B<pkey> parameters must
+In versions of OpenSSL before 1.0.0 the B<signcert> and B<pkey> parameters must
 B<NOT> be NULL.
 
 =head1 BUGS
@@ -109,8 +109,8 @@ L<ERR_get_error(3)|ERR_get_error(3)>, L<PKCS7_verify(3)|PKCS7_verify(3)>
 
 PKCS7_sign() was added to OpenSSL 0.9.5
 
-The B<PKCS7_PARTIAL> flag was added in OpenSSL 0.9.9
+The B<PKCS7_PARTIAL> flag was added in OpenSSL 1.0.0
 
-The B<PKCS7_STREAM> flag was added in OpenSSL 0.9.9
+The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0
 
 =cut
index a9279aad1e71297905472746e0c6fa5d9aeb8bc1..ebec4d57deafb0c41f7f97f5a214f7f47ad8dd6c 100644 (file)
@@ -82,6 +82,6 @@ L<PKCS7_final(3)|PKCS7_final(3)>,
 
 =head1 HISTORY
 
-PPKCS7_sign_add_signer() was added to OpenSSL 0.9.9
+PPKCS7_sign_add_signer() was added to OpenSSL 1.0.0
 
 =cut
index 8436507e67d6eaf503a0d5b1d1681c2d4972eeed..d92138d2731b31eab9d60b2996d068e1638c78ef 100644 (file)
@@ -101,6 +101,6 @@ HMAC_CTX_init(), HMAC_Init_ex() and HMAC_CTX_cleanup() are available
 since OpenSSL 0.9.7.
 
 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() did not return values in
-versions of OpenSSL before 0.9.9.
+versions of OpenSSL before 1.0.0.
 
 =cut
index 496c67a112c2e533cfd98b359af722a551fc9803..558bdd0812c99154fc0941d00d03156b677a3e25 100644 (file)
@@ -39,6 +39,6 @@ L<PEM_write_bio_CMS_stream(3)|PEM_write_bio_CMS_stream(3)>
 
 =head1 HISTORY
 
-i2d_CMS_bio_stream() was added to OpenSSL 0.9.9
+i2d_CMS_bio_stream() was added to OpenSSL 1.0.0
 
 =cut
index c7da2fa98e8266ac24c56e7e2b3135627705e1e6..dc4d884c597e8157c368df900e3c29166bf094ff 100644 (file)
@@ -39,6 +39,6 @@ L<PEM_write_bio_PKCS7_stream(3)|PEM_write_bio_PKCS7_stream(3)>
 
 =head1 HISTORY
 
-i2d_PKCS7_bio_stream() was added to OpenSSL 0.9.9
+i2d_PKCS7_bio_stream() was added to OpenSSL 1.0.0
 
 =cut
index 999ad4a2d629b5f224955eb4f54312e3a219029f..73a19b6c7e56db5101f2d559dfc6aa65bb476b07 100644 (file)
@@ -296,7 +296,7 @@ were changed for better type safety, and the function types LHASH_COMP_FN_TYPE,
 LHASH_HASH_FN_TYPE, LHASH_DOALL_FN_TYPE and LHASH_DOALL_ARG_FN_TYPE 
 became available.
 
-In OpenSSL 0.9.9, the lhash interface was revamped for even better
+In OpenSSL 1.0.0, the lhash interface was revamped for even better
 type checking.
 
 =cut
index a1e44311219a7bc93811aa703975ab68c3d5635d..dc0e9391dc206ade670d408cc0b8664cf7157090 100644 (file)
@@ -198,7 +198,7 @@ CRYPTO_set_locking_callback() is
 available in all versions of SSLeay and OpenSSL.
 CRYPTO_num_locks() was added in OpenSSL 0.9.4.
 All functions dealing with dynamic locks were added in OpenSSL 0.9.5b-dev.
-B<CRYPTO_THREADID> and associated functions were introduced in OpenSSL 0.9.9
+B<CRYPTO_THREADID> and associated functions were introduced in OpenSSL 1.0.0
 to replace (actually, deprecate) the previous CRYPTO_set_id_callback(),
 CRYPTO_get_id_callback(), and CRYPTO_thread_id() functions which assumed
 thread IDs to always be represented by 'unsigned long'.