Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dad5f8a

Browse files
committed
Make capitalization of term "OpenSSL" more consistent
This includes code comments and documentation. No backpatch as this is cosmetic even if there are documentation changes which are user-facing. Author: Daniel Gustafsson Discussion: https://postgr.es/m/BB89928E-2BC7-489E-A5E4-6D204B3954CF@yesql.se
1 parent f554528 commit dad5f8a

13 files changed

+17
-17
lines changed

contrib/pgcrypto/openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ gen_ossl_encrypt(PX_Cipher *c, const uint8 *data, unsigned dlen,
408408
/* Blowfish */
409409

410410
/*
411-
* Check if strong crypto is supported. Some openssl installations
411+
* Check if strong crypto is supported. Some OpenSSL installations
412412
* support only short keys and unfortunately BF_set_key does not return any
413413
* error value. This function tests if is possible to use strong key.
414414
*/

doc/src/sgml/install-windows.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ $ENV{MSBFLAGS}="/m";
293293
</varlistentry>
294294

295295
<varlistentry>
296-
<term><productname>openssl</productname></term>
296+
<term><productname>OpenSSL</productname></term>
297297
<listitem><para>
298298
Required for SSL support. Binaries can be downloaded from
299299
<ulink url="http://www.slproweb.com/products/Win32OpenSSL.html"></ulink>
300-
or source from <ulink url="http://www.openssl.org"></ulink>.
300+
or source from <ulink url="https://www.openssl.org"></ulink>.
301301
</para></listitem>
302302
</varlistentry>
303303

@@ -348,7 +348,7 @@ $ENV{MSBFLAGS}="/m";
348348

349349
<para>
350350
To use a server-side third party library such as <productname>python</productname> or
351-
<productname>openssl</productname>, this library <emphasis>must</emphasis> also be
351+
<productname>OpenSSL</productname>, this library <emphasis>must</emphasis> also be
352352
64-bit. There is no support for loading a 32-bit library in a 64-bit
353353
server. Several of the third party libraries that PostgreSQL supports may
354354
only be available in 32-bit versions, in which case they cannot be used with

doc/src/sgml/release-8.2.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@
17051705

17061706
<para>
17071707
This is reportedly possible with some Windows versions of
1708-
<application>openssl</application>.
1708+
<application>OpenSSL</application>.
17091709
</para>
17101710
</listitem>
17111711

doc/src/sgml/release-8.3.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,7 @@
33203320

33213321
<para>
33223322
This is reportedly possible with some Windows versions of
3323-
<application>openssl</application>.
3323+
<application>OpenSSL</application>.
33243324
</para>
33253325
</listitem>
33263326

doc/src/sgml/release-8.4.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5661,7 +5661,7 @@
56615661

56625662
<para>
56635663
This is reportedly possible with some Windows versions of
5664-
<application>openssl</application>.
5664+
<application>OpenSSL</application>.
56655665
</para>
56665666
</listitem>
56675667

doc/src/sgml/release-9.2.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ UPDATE pg_database SET datallowconn = false WHERE datname = 'template0';
808808

809809
<listitem>
810810
<para>
811-
In MSVC builds, handle the case where the <application>openssl</application>
811+
In MSVC builds, handle the case where the <application>OpenSSL</application>
812812
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
813813
</para>
814814
</listitem>

doc/src/sgml/release-9.3.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ UPDATE pg_database SET datallowconn = false WHERE datname = 'template0';
18131813

18141814
<listitem>
18151815
<para>
1816-
In MSVC builds, handle the case where the <application>openssl</application>
1816+
In MSVC builds, handle the case where the <application>OpenSSL</application>
18171817
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
18181818
</para>
18191819
</listitem>

doc/src/sgml/release-9.4.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@ Branch: REL9_4_STABLE [23a2b818f] 2017-08-05 14:56:40 -0700
20652065

20662066
<listitem>
20672067
<para>
2068-
In MSVC builds, handle the case where the <application>openssl</application>
2068+
In MSVC builds, handle the case where the <application>OpenSSL</application>
20692069
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
20702070
</para>
20712071
</listitem>

doc/src/sgml/release-9.5.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ Branch: REL9_2_STABLE [1188b9b2c] 2017-08-02 15:07:21 -0400
22832283

22842284
<listitem>
22852285
<para>
2286-
In MSVC builds, handle the case where the <application>openssl</application>
2286+
In MSVC builds, handle the case where the <application>OpenSSL</application>
22872287
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
22882288
</para>
22892289
</listitem>

doc/src/sgml/release-9.6.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@ Branch: REL9_3_STABLE [da30fa603] 2017-06-05 20:40:47 -0400
33083308
Branch: REL9_2_STABLE [f964a7c5a] 2017-06-05 20:41:01 -0400
33093309
-->
33103310
<para>
3311-
In MSVC builds, handle the case where the <application>openssl</application>
3311+
In MSVC builds, handle the case where the <application>OpenSSL</application>
33123312
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
33133313
</para>
33143314
</listitem>

src/backend/libpq/be-secure-openssl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ be_tls_init(bool isServerStart)
187187
SSL_CTX_set_options(context, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
188188

189189
/* disallow SSL session tickets */
190-
#ifdef SSL_OP_NO_TICKET /* added in openssl 0.9.8f */
190+
#ifdef SSL_OP_NO_TICKET /* added in OpenSSL 0.9.8f */
191191
SSL_CTX_set_options(context, SSL_OP_NO_TICKET);
192192
#endif
193193

@@ -638,7 +638,7 @@ be_tls_write(Port *port, void *ptr, size_t len, int *waitfor)
638638
* Private substitute BIO: this does the sending and receiving using send() and
639639
* recv() instead. This is so that we can enable and disable interrupts
640640
* just while calling recv(). We cannot have interrupts occurring while
641-
* the bulk of openssl runs, because it uses malloc() and possibly other
641+
* the bulk of OpenSSL runs, because it uses malloc() and possibly other
642642
* non-reentrant libc facilities. We also need to call send() and recv()
643643
* directly so it gets passed through the socket/signals layer on Win32.
644644
*
@@ -736,7 +736,7 @@ my_BIO_s_socket(void)
736736
return my_bio_methods;
737737
}
738738

739-
/* This should exactly match openssl's SSL_set_fd except for using my BIO */
739+
/* This should exactly match OpenSSL's SSL_set_fd except for using my BIO */
740740
static int
741741
my_SSL_set_fd(Port *port, int fd)
742742
{

src/interfaces/libpq/fe-secure-openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ my_BIO_s_socket(void)
15881588
return my_bio_methods;
15891589
}
15901590

1591-
/* This should exactly match openssl's SSL_set_fd except for using my BIO */
1591+
/* This should exactly match OpenSSL's SSL_set_fd except for using my BIO */
15921592
static int
15931593
my_SSL_set_fd(PGconn *conn, int fd)
15941594
{

src/test/ssl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SSLFILES := $(CERTIFICATES:%=ssl/%.key) $(CERTIFICATES:%=ssl/%.crt) \
3232
# This target generates all the key and certificate files.
3333
sslfiles: $(SSLFILES)
3434

35-
# Openssl requires a directory to put all generated certificates in. We don't
35+
# OpenSSL requires a directory to put all generated certificates in. We don't
3636
# use this for anything, but we need a location.
3737
ssl/new_certs_dir:
3838
mkdir ssl/new_certs_dir

0 commit comments

Comments
 (0)