summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-04The *_method_data structures can be staticPhilip Guenther
2016-11-04Add an explict list of exported symbols with just the functionsPhilip Guenther
2016-11-04Add an explict list of exported symbols with just the functions declaredPhilip Guenther
2016-11-04Nuke the KRB5 ASN.1 code from orbit.Joel Sing
2016-11-04Ride the current major bump and enable assembler code for nist 256p curve,Miod Vallat
2016-11-04make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenBob Beck
2016-11-04Make do_dtls1_write() static to d1_pkt.c and delete declarations forPhilip Guenther
2016-11-04Fix some linewrapping glitchesPhilip Guenther
2016-11-04Some tests require internal symbols; have them link with the staticPhilip Guenther
2016-11-04Add assembler code for the nist 256-bit GFp curve, written initially byMiod Vallat
2016-11-04Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] byMiod Vallat
2016-11-04Be verbose when PATCH_PATH is not set (that is temporary until we agree onAntoine Jacoutot
2016-11-04Address some signed vs unsigned warnings and check that an integer valueJoel Sing
2016-11-04Assign and test, as is consistent with the rest of the libtls code.Joel Sing
2016-11-04Use a consistent name for struct bio_cb * variables.Joel Sing
2016-11-04Rename struct bio_cb_st to struct bio_cb.Joel Sing
2016-11-04Do not cast a pointer to a struct, to a char * when assigning to a void *.Joel Sing
2016-11-04Use a consistent name for a BIO *, rather than having four different namesJoel Sing
2016-11-04Avoid signed vs unsigned comparisons.Joel Sing
2016-11-04One more XXX.Antoine Jacoutot
2016-11-04convert X509 manuals from pod to mdocIngo Schwarze
2016-11-04Pass the internal vmid or 0 to vm_register() instead of changing itReyk Floeter
2016-11-04Completely rewrite the session handling ASN.1 code using CBB and CBS. ThisJoel Sing
2016-11-04Update the config/register/get VM methods to match the config_set/getReyk Floeter
2016-11-04Convert ssl3_get_server_kex_dhe() to CBS.Joel Sing
2016-11-04Zap extra space.Antoine Jacoutot
2016-11-04enum values need to fit in 32 bits; we only use enum for numbering andNicholas Marriott
2016-11-04Make sure our filesystems are local and not read-only.Antoine Jacoutot
2016-11-04No need to reach libssl private headers and to define TERMIOS anymore.Miod Vallat
2016-11-04Remove I386_ONLY define. It was only used to prefer aMiod Vallat
2016-11-04In OPENSSL_wipe_cpu() on i386, which noone uses anyway, check the properMiod Vallat
2016-11-04Use 'rm -f' to remove the rollback tarball if we have an errir; it mayAntoine Jacoutot
2016-11-04There's not much point having three static functions that do a cast andJoel Sing
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2016-11-04Do not mix declarations and code.Joel Sing
2016-11-04Rename the internal bio related functions so that they have a commonJoel Sing
2016-11-04Add X509_up_ref, from boringBob Beck
2016-11-04convert RSA manuals from pod to mdocIngo Schwarze
2016-11-04MALLOC_STATS tweaks, by default not compiled inOtto Moerbeek
2016-11-04There's not much point in casting a void * to a specific type just beforeJoel Sing
2016-11-04new sentence, new line, and zap trailing whitespace;Jason McIntyre
2016-11-04bump minor for ocsp_require_stapling additionBob Beck
2016-11-04Add ocsp_require_stapling config option for tls - allows a connectionBob Beck
2016-11-03Don't use ce_time if we are running as a server, it won't be present.Joris Vink
2016-11-03small tweak to also check canaries if F is in effectOtto Moerbeek
2016-11-03Remove obsolete vxlan_lookup return value handlingMike Belopuhov
2016-11-03Support for key removal and value update operationsMike Belopuhov