summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket: Trigger a SSL transmission when reading from the socket.Markus Goetz2009-10-223-0/+17
* QSslSocket: Also handle setSocketOptionMarkus Goetz2009-10-192-0/+20
* QSslSocket: Documentation enhancementMarkus Goetz2009-10-151-0/+7
* OpenSSL wrapping: compile when configured with -openssl-linkedPeter Hartmann2009-10-053-8/+2
* Fix unresolved reference to q_sk_free with openssl 1.0Bernhard Rosenkraenzer2009-09-093-3/+10
* Fix build with openssl 1.0.0 betasBernhard Rosenkraenzer2009-09-091-1/+2
* Resolved ordinals for Qt/4.6 added OpenSSL symbols for Symbian OS.Janne Anttila2009-09-091-0/+2
* Update license headers again.Jason McDonald2009-09-0923-92/+92
* QtNetwork: More Coverity fixesMarkus Goetz2009-09-011-1/+7
* QSslCertificate: fix previous patch, add autotest and documentationPeter Hartmann2009-09-011-3/+3
* QSslCertificate: Add + 1 to serialNumberRaul Metsma2009-09-011-2/+2
* Implement QSslCertificate::version() and QSslCertificate::serialNumber()Raul Metsma2009-09-013-0/+11
* Doc for QSslError constructor parameters fixed each cons.Peter Yard2009-09-011-3/+12
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3123-299/+299
|\
| * Update tech preview license header.Jason McDonald2009-08-3123-299/+299
| * Fix parsing of Subject Alternate Names in Qt.Thiago Macieira2009-08-281-1/+1
* | Fix QSslCertificate::alternateSubjectNames() memory leakRaul Metsma2009-08-313-1/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-271-4/+2
|\ \ | |/
| * QSslSocket: Clarified doc about QSslSocket::systemCaCertificatesMarkus Goetz2009-08-271-4/+2
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-0/+9
|\ \ | |/
| * QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-181-0/+9
| * Eliminate some mentions of Trolltech.Jason McDonald2009-08-112-2/+2
| * Update license headers.Jason McDonald2009-08-1123-23/+23
* | Fix the last fix to QList.Thiago Macieira2009-08-241-1/+1
* | Removing #ifdef guards around inlcude statements.Aleksandar Sasha Babic2009-08-211-2/+0
* | Use QExcplicitlySharedDataPointerHarald Fernengel2009-08-206-20/+14
* | Merge commit 'qt/master'Jason Barron2009-08-188-9/+10
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-177-7/+8
| * | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
| * | Fixed coverity warningsThierry Bastian2009-08-141-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-1323-25/+25
|\ \ \ | |/ /
| * | Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-122-2/+2
| * | Update contact URL in license headers.Jason McDonald2009-08-1223-23/+23
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-061-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-043-5/+5
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-1/+1
| * | | Trailing whitespace and tab/space fixes for QtNetworkJanne Anttila2009-08-032-4/+4
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-275-6/+58
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | QNetworkReply: add possibility to ignore specific SSL errorsPeter Hartmann2009-07-224-5/+57
| * | Build fix for mingwThierry Bastian2009-07-141-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3023-55/+62
|\ \ \ | |/ /
| * | QSslCertificate: Doc fixMarkus Goetz2009-06-171-3/+4
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-1623-47/+47
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1623-46/+46
| | * Fix wrong comparator in QSslCertificatePrivate::QByteArray_from_X509Markus Goetz2009-06-151-1/+1
| * | QSslCertificate: lazy loading of some dataMarkus Goetz2009-06-161-5/+11
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2510-33/+125
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-126-3/+60
| |\ \ | | |/
| | * QSslSocket: Wrong warning message in startServerEncryptionMarkus Goetz2009-06-101-1/+1
| | * Make it possible to compile Qt 4.5 SSL support with OpenSSL 1.0.0Bernhard Rosenkraenzer2009-06-095-2/+59