PostgreSQL, OpenSSL, and the GPL
PostgreSQL, OpenSSL, and the GPL
Posted Feb 16, 2011 20:35 UTC (Wed) by jengelh (subscriber, #33263)In reply to: PostgreSQL, OpenSSL, and the GPL by madscientist
Parent article: PostgreSQL, OpenSSL, and the GPL
>NSS has been blessed as the standard SSL library for LSB.
Being part of some standard won't magically proliferate it.
$ for i in mozilla-nss libgnutls26 libopenssl1_0_0; do rpm --test -e "$i" 2>&1 | pcregrep -o '(?<=\(installed\) )\S+' | sort -u | wc -l; done
7
9
63
..I still wait for the day until a "beautiful" API comes around. One that does not hide pointers behind, or use, typedefs, but rather ptrs to <incomplete> structs, does so in lower-case, and also has a prefix of sorts. No library fulfills all of these atm.
