summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* http://repzret.org/p/repzret/deraadt2017-12-113-8/+8
* In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdefderaadt2017-12-091-6/+8
* Please variable decl before code.deraadt2017-12-091-2/+2
* Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.jsing2017-11-281-81/+78
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-281-4/+4
* bump version in advance of final releasebcook2017-09-261-3/+3
* bump wo 2.6.2libressl-v2.6.2bcook2017-09-261-3/+3
* Checking sizeof size_t by SIZE_MAX instead of _LP64inoguchi2017-09-031-7/+7
* Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflictingjsing2017-08-311-1/+0
* Bring back the RSA_SSLV23_PADDING define.jsing2017-08-301-1/+2
* Fix ifdef to if in gcm128.cinoguchi2017-08-301-2/+2
* Bump lib{crypto,ssl,tls} majors due to symbol removals.jsing2017-08-281-2/+2
* Remove EVP_aead_chacha20_poly1305_old() now that the original/oldjsing2017-08-283-83/+28
* Remove documentation for EVP_aead_chacha20_poly1305_ietf() - this wasjsing2017-08-281-13/+3
* Put the opening curly brace in the right place.jsing2017-08-281-2/+3
* Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedjsing2017-08-289-202/+11
* Define OPENSSL_NO_NEXTPROTONEG since there is no longer any NPN.jsing2017-08-281-0/+1
* Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsbeck2017-08-273-4/+5
* New manual page X509_check_private_key(3), using informationschwarze2017-08-202-1/+65
* fix a pasto in the description of UI_get0_result_string(3);schwarze2017-08-201-4/+4
* Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design;schwarze2017-08-201-3/+11
* Add a BUGS sectionschwarze2017-08-201-3/+10
* import PEM_bytes_read_bio(3) from OpenSSL,schwarze2017-08-204-7/+124
* mention CRYPTO_mem_leaks_cb(3) because OpenSSLschwarze2017-08-201-4/+18
* import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions weschwarze2017-08-202-1/+75
* fix wrong function name;schwarze2017-08-201-6/+7
* sync with OpenSSL:schwarze2017-08-201-4/+14
* zap trailing whitespace;jmc2017-08-201-2/+2
* sprinkle a few missing dependencies on perl scripts internal bits.espie2017-08-203-11/+17
* Sync with OpenSSL: document several new functions, plus some additionalschwarze2017-08-201-48/+227
* clarify deprecation notice;schwarze2017-08-201-6/+7
* New ASN1_STRING_TABLE_add(3) manual page, based on information fromschwarze2017-08-202-1/+94
* fix missing bracket on ARMbcook2017-08-141-15/+15
* Add ability to clamp a notafter to values representable in a 32 bit time_tbeck2017-08-133-7/+41
* Switch to -Werror with clang for libressl.doug2017-08-131-2/+2
* move endian/word size checks from runtime to compile timebcook2017-08-134-325/+340
* Convert the sigma and tau initialisers to byte arrays, rather than usingjsing2017-08-131-3/+12
* bump to 2.6.1bcook2017-08-121-3/+3
* add missing and correct misspelled names, most in NAME sections;schwarze2017-08-016-21/+29
* Allow leading . in nameConstraints. from openssl via jabberwock. ok jsingtedu2017-07-201-2/+2
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-2/+1
* fix broken cross references; found with mandoc -Tlintschwarze2017-07-063-43/+8
* fix cross references to self; found with mandoc -Tlintschwarze2017-07-052-7/+6
* .init stub creation doesn't need a jmp + .align to reach a branch target,deraadt2017-06-281-3/+0
* Distinguish between self-issued certificates and self-signed certificates.jsing2017-06-222-30/+40
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+2
* repair broken markup of callback argument; found with mandoc -Tlintschwarze2017-06-101-5/+3
* Randomize link-order of libcrypto as we do with libc. This libraryderaadt2017-05-291-1/+2
* Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().jsing2017-05-261-1/+7
* Add definitions for three OIDs used in EV certificates.jsing2017-05-252-0/+9