| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: openssl-devel | Distribution: Red Hat Linux |
| Version: 0.9.6 | Vendor: Red Hat, Inc. |
| Release: 13 | Build date: Thu Aug 1 20:55:57 2002 |
| Group: Development/Libraries | Build host: bullwinkle.devel.redhat.com |
| Size: 4450763 | Source RPM: openssl-0.9.6-13.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Url: http://www.openssl.org/ | |
| Summary: OpenSSL libraries and development headers. | |
The static libraries and include files needed to compile apps with support for various cryptographic algorithms and protocols. Patches for many networking apps can be found at: ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/
BSDish
* Fri Aug 02 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6-13
- update asn patch to fix accidental reversal of a logic check
* Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6-12
- update asn patch to reduce chance that compiler optimization will remove
one of the added tests
* Tue Jul 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6-11
- add patch to fix ASN.1 vulnerabilities
* Fri Jul 26 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6-10
- add backport of Ben Laurie's patches for OpenSSL 0.9.6d
* Thu Jul 12 2001 Nalin Dahyabhai <nalin@redhat.com>
- add patches to fix PRNG flaws, supplied by Bodo Moeller and the OpenSSL Group
* Sat Jun 02 2001 Nalin Dahyabhai <nalin@redhat.com>
- change two memcpy() calls to memmove()
* Mon May 28 2001 Philip Copeland <bryce@redhat.com>
- Removed -DL_ENDIAN for the alpha builds as unsigned long = 8 not 4
which both L_ENDIAN / B_ENDIAN require to work correctly
* Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
- make subpackages depend on the main package
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild
* Sat Apr 21 2001 Nalin Dahyabhai <nalin@redhat.com>
- use __libc_enable_secure in OPENSSL_setugid (suggested by solar@openwall.com)
- make backported OPENSSL_setugid, BN_bntest_rand, and BN_rand_range static
functions, which keeps them away from client applications more cleanly
* Wed Apr 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- backport security fixes from 0.9.6a
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
- use BN_LLONG on s390
* Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
- fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit)
* Sat Mar 03 2001 Nalin Dahyabhai <nalin@redhat.com>
- move c_rehash to the perl subpackage, because it's a perl script now
* Fri Mar 02 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 0.9.6
- enable MD2
- use the libcrypto.so and libssl.so targets to build shared libs with
- bump the soversion to 1 because we're no longer compatible with any of
the various 0.9.5a packages circulating around, which provide lib*.so.0
* Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- change hobble-openssl for disabling MD2 again
* Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
- re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152
bytes or so, causing EVP_DigestInit() to zero out stack variables in
apps built against a version of the library without it
* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
- disable some inline assembly, which on x86 is Pentium-specific
- re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all)
* Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- fix s390 patch
* Fri Dec 08 2000 Than Ngo <than@redhat.com>
- added support s390
* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- remove -Wa,* and -m* compiler flags from the default Configure file (#20656)
- add the CA.pl man page to the perl subpackage
* Thu Nov 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- always build with -mcpu=ev5 on alpha
* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
- add a symlink from cert.pem to ca-bundle.crt
* Thu Oct 26 2000 Nalin Dahyabhai <nalin@redhat.com>
- add a ca-bundle file for packages like Samba to reference for CA certificates
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
- remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
* Tue Oct 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- add unzip as a buildprereq (#17662)
- update m2crypto to 0.05-snap4
* Wed Sep 27 2000 Bill Nottingham <notting@redhat.com>
- fix some issues in building when it's not installed
* Thu Sep 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- make sure the headers we include are the ones we built with (aaaaarrgh!)
* Sat Sep 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- add Richard Henderson's patch for BN on ia64
- clean up the changelog
* Wed Aug 30 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix the building of python modules without openssl-devel already installed
* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
- byte-compile python extensions without the build-root
- adjust the makefile to not remove temporary files (like .key files when
building .csr files) by marking them as .PRECIOUS
* Sun Aug 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- break out python extensions into a subpackage
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- tweak the makefile some more
* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
- disable MD2 support
* Fri Jul 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- disable MDC2 support
* Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- tweak the disabling of RC5, IDEA support
- tweak the makefile
* Fri Jun 30 2000 Nalin Dahyabhai <nalin@redhat.com>
- strip binaries and libraries
- rework certificate makefile to have the right parts for Apache
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
- use %{_perl} instead of /usr/bin/perl
- disable alpha until it passes its own test suite
* Sat Jun 10 2000 Nalin Dahyabhai <nalin@redhat.com>
- move the passwd.1 man page out of the passwd package's way
* Sat Jun 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 0.9.5a, modified for U.S.
- add perl as a build-time requirement
- move certificate makefile to another package
- disable RC5, IDEA, RSA support
- remove optimizations for now
* Wed Mar 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- Bero told me to move the Makefile into this package
* Wed Mar 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- add lib*.so symlinks to link dynamically against shared libs
* Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 0.9.5
- run ldconfig directly in post/postun
- add FAQ
* Sat Dec 18 1999 Bernhard Rosenkr)Bänzer <bero@redhat.de>
- Fix build on non-x86 platforms
* Fri Nov 12 1999 Bernhard Rosenkr)Bänzer <bero@redhat.de>
- move /usr/share/ssl/* from -devel to main package
* Wed Oct 27 1999 Bernhard Rosenkr)Bänzer <bero@redhat.de>
- inital packaging
- changes from base:
- Move /usr/local/ssl to /usr/share/ssl for FHS compliance
- handle RPM_OPT_FLAGS
/usr/include/openssl /usr/include/openssl/asn1.h /usr/include/openssl/asn1_mac.h /usr/include/openssl/bio.h /usr/include/openssl/blowfish.h /usr/include/openssl/bn.h /usr/include/openssl/buffer.h /usr/include/openssl/cast.h /usr/include/openssl/comp.h /usr/include/openssl/conf.h /usr/include/openssl/conf_api.h /usr/include/openssl/crypto.h /usr/include/openssl/des.h /usr/include/openssl/dh.h /usr/include/openssl/dsa.h /usr/include/openssl/dso.h /usr/include/openssl/e_os.h /usr/include/openssl/e_os2.h /usr/include/openssl/ebcdic.h /usr/include/openssl/err.h /usr/include/openssl/evp.h /usr/include/openssl/hmac.h /usr/include/openssl/lhash.h /usr/include/openssl/md2.h /usr/include/openssl/md4.h /usr/include/openssl/md5.h /usr/include/openssl/obj_mac.h /usr/include/openssl/objects.h /usr/include/openssl/opensslconf.h /usr/include/openssl/opensslv.h /usr/include/openssl/pem.h /usr/include/openssl/pem2.h /usr/include/openssl/pkcs12.h /usr/include/openssl/pkcs7.h /usr/include/openssl/rand.h /usr/include/openssl/rc2.h /usr/include/openssl/rc4.h /usr/include/openssl/ripemd.h /usr/include/openssl/rsa.h /usr/include/openssl/safestack.h /usr/include/openssl/sha.h /usr/include/openssl/ssl.h /usr/include/openssl/ssl2.h /usr/include/openssl/ssl23.h /usr/include/openssl/ssl3.h /usr/include/openssl/stack.h /usr/include/openssl/symhacks.h /usr/include/openssl/tls1.h /usr/include/openssl/tmdiff.h /usr/include/openssl/txt_db.h /usr/include/openssl/x509.h /usr/include/openssl/x509_vfy.h /usr/include/openssl/x509v3.h /usr/lib/libcrypto.a /usr/lib/libcrypto.so /usr/lib/libssl.a /usr/lib/libssl.so /usr/share/man/man3/BIO_ctrl.3.gz /usr/share/man/man3/BIO_f_base64.3.gz /usr/share/man/man3/BIO_f_buffer.3.gz /usr/share/man/man3/BIO_f_cipher.3.gz /usr/share/man/man3/BIO_f_md.3.gz /usr/share/man/man3/BIO_f_null.3.gz /usr/share/man/man3/BIO_f_ssl.3.gz /usr/share/man/man3/BIO_find_type.3.gz /usr/share/man/man3/BIO_new.3.gz /usr/share/man/man3/BIO_new_bio_pair.3.gz /usr/share/man/man3/BIO_push.3.gz /usr/share/man/man3/BIO_read.3.gz /usr/share/man/man3/BIO_s_accept.3.gz /usr/share/man/man3/BIO_s_bio.3.gz /usr/share/man/man3/BIO_s_connect.3.gz /usr/share/man/man3/BIO_s_fd.3.gz /usr/share/man/man3/BIO_s_file.3.gz /usr/share/man/man3/BIO_s_mem.3.gz /usr/share/man/man3/BIO_s_null.3.gz /usr/share/man/man3/BIO_s_socket.3.gz /usr/share/man/man3/BIO_set_callback.3.gz /usr/share/man/man3/BIO_should_retry.3.gz /usr/share/man/man3/BN_CTX_new.3.gz /usr/share/man/man3/BN_CTX_start.3.gz /usr/share/man/man3/BN_add.3.gz /usr/share/man/man3/BN_add_word.3.gz /usr/share/man/man3/BN_bn2bin.3.gz /usr/share/man/man3/BN_cmp.3.gz /usr/share/man/man3/BN_copy.3.gz /usr/share/man/man3/BN_generate_prime.3.gz /usr/share/man/man3/BN_mod_inverse.3.gz /usr/share/man/man3/BN_mod_mul_montgomery.3.gz /usr/share/man/man3/BN_mod_mul_reciprocal.3.gz /usr/share/man/man3/BN_new.3.gz /usr/share/man/man3/BN_num_bytes.3.gz /usr/share/man/man3/BN_rand.3.gz /usr/share/man/man3/BN_set_bit.3.gz /usr/share/man/man3/BN_zero.3.gz /usr/share/man/man3/CRYPTO_set_ex_data.3.gz /usr/share/man/man3/DH_generate_key.3.gz /usr/share/man/man3/DH_generate_parameters.3.gz /usr/share/man/man3/DH_get_ex_new_index.3.gz /usr/share/man/man3/DH_new.3.gz /usr/share/man/man3/DH_set_method.3.gz /usr/share/man/man3/DH_size.3.gz /usr/share/man/man3/DSA_SIG_new.3.gz /usr/share/man/man3/DSA_do_sign.3.gz /usr/share/man/man3/DSA_dup_DH.3.gz /usr/share/man/man3/DSA_generate_key.3.gz /usr/share/man/man3/DSA_generate_parameters.3.gz /usr/share/man/man3/DSA_get_ex_new_index.3.gz /usr/share/man/man3/DSA_new.3.gz /usr/share/man/man3/DSA_set_method.3.gz /usr/share/man/man3/DSA_sign.3.gz /usr/share/man/man3/DSA_size.3.gz /usr/share/man/man3/ERR_GET_LIB.3.gz /usr/share/man/man3/ERR_clear_error.3.gz /usr/share/man/man3/ERR_error_string.3.gz /usr/share/man/man3/ERR_get_error.3.gz /usr/share/man/man3/ERR_load_crypto_strings.3.gz /usr/share/man/man3/ERR_load_strings.3.gz /usr/share/man/man3/ERR_print_errors.3.gz /usr/share/man/man3/ERR_put_error.3.gz /usr/share/man/man3/ERR_remove_state.3.gz /usr/share/man/man3/EVP_DigestInit.3.gz /usr/share/man/man3/EVP_EncryptInit.3.gz /usr/share/man/man3/EVP_OpenInit.3.gz /usr/share/man/man3/EVP_SealInit.3.gz /usr/share/man/man3/EVP_SignInit.3.gz /usr/share/man/man3/EVP_VerifyInit.3.gz /usr/share/man/man3/OPENSSL_VERSION_NUMBER.3.gz /usr/share/man/man3/OpenSSL_add_all_algorithms.3.gz /usr/share/man/man3/RAND_add.3.gz /usr/share/man/man3/RAND_bytes.3.gz /usr/share/man/man3/RAND_cleanup.3.gz /usr/share/man/man3/RAND_egd.3.gz /usr/share/man/man3/RAND_load_file.3.gz /usr/share/man/man3/RAND_set_rand_method.3.gz /usr/share/man/man3/RSA_blinding_on.3.gz /usr/share/man/man3/RSA_check_key.3.gz /usr/share/man/man3/RSA_generate_key.3.gz /usr/share/man/man3/RSA_get_ex_new_index.3.gz /usr/share/man/man3/RSA_new.3.gz /usr/share/man/man3/RSA_padding_add_PKCS1_type_1.3.gz /usr/share/man/man3/RSA_print.3.gz /usr/share/man/man3/RSA_private_encrypt.3.gz /usr/share/man/man3/RSA_public_encrypt.3.gz /usr/share/man/man3/RSA_set_method.3.gz /usr/share/man/man3/RSA_sign.3.gz /usr/share/man/man3/RSA_sign_ASN1_OCTET_STRING.3.gz /usr/share/man/man3/RSA_size.3.gz /usr/share/man/man3/SSL_CIPHER_get_name.3.gz /usr/share/man/man3/SSL_CTX_free.3.gz /usr/share/man/man3/SSL_CTX_new.3.gz /usr/share/man/man3/SSL_CTX_set_cipher_list.3.gz /usr/share/man/man3/SSL_CTX_set_ssl_version.3.gz /usr/share/man/man3/SSL_SESSION_free.3.gz /usr/share/man/man3/SSL_accept.3.gz /usr/share/man/man3/SSL_clear.3.gz /usr/share/man/man3/SSL_connect.3.gz /usr/share/man/man3/SSL_free.3.gz /usr/share/man/man3/SSL_get_ciphers.3.gz /usr/share/man/man3/SSL_get_current_cipher.3.gz /usr/share/man/man3/SSL_get_error.3.gz /usr/share/man/man3/SSL_get_fd.3.gz /usr/share/man/man3/SSL_get_peer_cert_chain.3.gz /usr/share/man/man3/SSL_get_peer_certificate.3.gz /usr/share/man/man3/SSL_get_rbio.3.gz /usr/share/man/man3/SSL_get_session.3.gz /usr/share/man/man3/SSL_get_verify_result.3.gz /usr/share/man/man3/SSL_library_init.3.gz /usr/share/man/man3/SSL_new.3.gz /usr/share/man/man3/SSL_pending.3.gz /usr/share/man/man3/SSL_read.3.gz /usr/share/man/man3/SSL_set_bio.3.gz /usr/share/man/man3/SSL_set_fd.3.gz /usr/share/man/man3/SSL_set_session.3.gz /usr/share/man/man3/SSL_set_verify_result.3.gz /usr/share/man/man3/SSL_shutdown.3.gz /usr/share/man/man3/SSL_write.3.gz /usr/share/man/man3/bio.3.gz /usr/share/man/man3/blowfish.3.gz /usr/share/man/man3/bn.3.gz /usr/share/man/man3/bn_internal.3.gz /usr/share/man/man3/buffer.3.gz /usr/share/man/man3/crypto.3.gz /usr/share/man/man3/d2i_DHparams.3.gz /usr/share/man/man3/d2i_RSAPublicKey.3.gz /usr/share/man/man3/des.3.gz /usr/share/man/man3/dh.3.gz /usr/share/man/man3/dsa.3.gz /usr/share/man/man3/err.3.gz /usr/share/man/man3/evp.3.gz /usr/share/man/man3/hmac.3.gz /usr/share/man/man3/lh_stats.3.gz /usr/share/man/man3/lhash.3.gz /usr/share/man/man3/md5.3.gz /usr/share/man/man3/mdc2.3.gz /usr/share/man/man3/rc4.3.gz /usr/share/man/man3/ripemd.3.gz /usr/share/man/man3/rsa.3.gz /usr/share/man/man3/sha.3.gz /usr/share/man/man3/ssl.3.gz /usr/share/man/man3/sslrand.3.gz /usr/share/man/man3/threads.3.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 04:56:40 2013